mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-02 09:17:55 -04:00
26 lines
438 B
JSON
26 lines
438 B
JSON
{
|
|
"port": 50051,
|
|
"inbound": {
|
|
"protocol": "shadowsocks",
|
|
"settings": {
|
|
"method": "aes-256-cfb",
|
|
"password": "v2ray-password"
|
|
}
|
|
},
|
|
"inboundDetour": [
|
|
{
|
|
"protocol": "shadowsocks",
|
|
"port": 50055,
|
|
"settings": {
|
|
"method": "aes-128-cfb",
|
|
"password": "v2ray-another",
|
|
"udp": true
|
|
}
|
|
}
|
|
],
|
|
"outbound": {
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
}
|
|
}
|