2016-11-04 20:00:54 -04:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"loglevel": "debug"
|
|
|
|
},
|
|
|
|
"inbound": {
|
|
|
|
"port": 50050,
|
|
|
|
"listen": "127.0.0.1",
|
|
|
|
"protocol": "dokodemo-door",
|
|
|
|
"settings": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port": 50052,
|
|
|
|
"network": "tcp,udp",
|
|
|
|
"timeout": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"outbound": {
|
|
|
|
"protocol": "shadowsocks",
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "tcp",
|
|
|
|
"tcpSettings": {
|
2016-11-07 04:38:43 -05:00
|
|
|
"header": {
|
|
|
|
"type": "http",
|
|
|
|
"request": {},
|
|
|
|
"response": {}
|
2016-11-04 20:00:54 -04:00
|
|
|
}
|
2016-11-07 04:38:43 -05:00
|
|
|
}
|
2016-11-04 20:00:54 -04:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"servers": [
|
|
|
|
{
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"port": 50051,
|
|
|
|
"method": "aes-256-cfb",
|
|
|
|
"password": "v2ray-password"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|