2016-01-28 07:40:00 -05:00
|
|
|
{
|
2016-11-04 20:00:54 -04:00
|
|
|
"log": {
|
|
|
|
"loglevel": "debug"
|
|
|
|
},
|
2016-01-28 07:40:00 -05:00
|
|
|
"inbound": {
|
2016-11-04 20:00:54 -04:00
|
|
|
"port": 50051,
|
2016-06-03 18:38:22 -04:00
|
|
|
"listen": "127.0.0.1",
|
2016-01-28 07:40:00 -05:00
|
|
|
"protocol": "shadowsocks",
|
|
|
|
"settings": {
|
|
|
|
"method": "aes-256-cfb",
|
|
|
|
"password": "v2ray-password"
|
2016-11-04 20:00:54 -04:00
|
|
|
},
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "tcp",
|
|
|
|
"tcpSettings": {
|
|
|
|
"header": {
|
|
|
|
"type": "http",
|
|
|
|
"request": {},
|
|
|
|
"response": {}
|
|
|
|
}
|
|
|
|
}
|
2016-01-28 07:40:00 -05:00
|
|
|
}
|
|
|
|
},
|
2016-02-16 08:28:39 -05:00
|
|
|
"inboundDetour": [
|
|
|
|
{
|
|
|
|
"protocol": "shadowsocks",
|
|
|
|
"port": 50055,
|
2016-05-29 10:37:52 -04:00
|
|
|
"listen": "127.0.0.1",
|
2016-02-16 08:28:39 -05:00
|
|
|
"settings": {
|
|
|
|
"method": "aes-128-cfb",
|
|
|
|
"password": "v2ray-another",
|
|
|
|
"udp": true
|
2016-11-04 20:00:54 -04:00
|
|
|
},
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "tcp",
|
|
|
|
"tcpSettings": {
|
|
|
|
"header": {
|
|
|
|
"type": "http",
|
|
|
|
"request": {},
|
|
|
|
"response": {}
|
|
|
|
}
|
|
|
|
}
|
2016-02-16 08:28:39 -05:00
|
|
|
}
|
2016-02-23 12:16:13 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"protocol": "shadowsocks",
|
|
|
|
"port": 50056,
|
2016-05-29 10:37:52 -04:00
|
|
|
"listen": "127.0.0.1",
|
2016-02-23 12:16:13 -05:00
|
|
|
"settings": {
|
|
|
|
"method": "chacha20",
|
|
|
|
"password": "new-password",
|
|
|
|
"udp": true
|
|
|
|
}
|
2016-02-16 08:28:39 -05:00
|
|
|
}
|
|
|
|
],
|
2016-01-28 07:40:00 -05:00
|
|
|
"outbound": {
|
|
|
|
"protocol": "freedom",
|
|
|
|
"settings": {}
|
|
|
|
}
|
|
|
|
}
|