mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-07 10:47:48 -05:00
15 lines
228 B
JSON
15 lines
228 B
JSON
{
|
|
"port": 50051,
|
|
"inbound": {
|
|
"protocol": "shadowsocks",
|
|
"settings": {
|
|
"method": "aes-256-cfb",
|
|
"password": "v2ray-password"
|
|
}
|
|
},
|
|
"outbound": {
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
}
|
|
}
|