2016-01-22 10:25:01 -05:00
|
|
|
{
|
|
|
|
"port": 50031,
|
|
|
|
"log": {
|
2016-06-17 11:38:42 -04:00
|
|
|
"loglevel": "debug"
|
2016-01-22 10:25:01 -05:00
|
|
|
},
|
|
|
|
"inbound": {
|
2016-06-03 18:38:22 -04:00
|
|
|
"listen": "127.0.0.1",
|
2016-01-22 10:25:01 -05:00
|
|
|
"protocol": "vmess",
|
2016-06-17 11:38:42 -04:00
|
|
|
"streamSettings": {
|
|
|
|
"network": "kcp"
|
|
|
|
},
|
2016-01-22 10:25:01 -05:00
|
|
|
"settings": {
|
|
|
|
"clients": [
|
|
|
|
{
|
|
|
|
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
|
|
|
|
"level": 1,
|
|
|
|
"alterId": 10
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"detour": {
|
|
|
|
"to": "detour"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"outbound": {
|
|
|
|
"protocol": "freedom",
|
|
|
|
"settings": {}
|
|
|
|
},
|
|
|
|
"inboundDetour": [
|
|
|
|
{
|
|
|
|
"protocol": "vmess",
|
2016-05-29 10:37:52 -04:00
|
|
|
"listen": "127.0.0.1",
|
2016-01-22 10:25:01 -05:00
|
|
|
"port": "50035-50039",
|
|
|
|
"tag": "detour",
|
2016-02-25 08:38:41 -05:00
|
|
|
"settings": {},
|
2016-06-17 11:38:42 -04:00
|
|
|
"streamSettings": {
|
|
|
|
"network": "kcp"
|
|
|
|
},
|
2016-01-22 10:25:01 -05:00
|
|
|
"allocate": {
|
|
|
|
"strategy": "random",
|
2016-01-23 15:51:14 -05:00
|
|
|
"concurrency": 2,
|
2016-01-22 10:25:01 -05:00
|
|
|
"refresh": 5
|
|
|
|
}
|
|
|
|
}
|
2016-06-01 20:20:53 -04:00
|
|
|
],
|
|
|
|
"transport": {
|
2016-06-02 14:52:52 -04:00
|
|
|
"connectionReuse": true
|
2016-06-01 20:20:53 -04:00
|
|
|
}
|
2016-01-22 10:25:01 -05:00
|
|
|
}
|