1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-18 03:04:16 -04:00
v2fly/release/config/vpoint_socks_vmess.json

26 lines
385 B
JSON
Raw Normal View History

2015-09-12 14:36:21 -04:00
{
2015-10-09 11:43:27 -04:00
"log": {
2016-06-03 18:38:22 -04:00
"loglevel": "warning"
2015-10-09 11:43:27 -04:00
},
2015-09-12 14:36:21 -04:00
"inbound": {
2016-06-03 18:38:22 -04:00
"port": 1080,
"listen": "127.0.0.1",
2015-09-12 14:36:21 -04:00
"protocol": "socks",
2015-10-06 17:11:08 -04:00
"settings": {
"auth": "noauth",
2015-10-13 18:04:49 -04:00
"udp": false,
"ip": "127.0.0.1"
2015-10-06 17:11:08 -04:00
}
2015-09-12 14:36:21 -04:00
},
"outbound": {
2017-12-13 09:09:53 -05:00
"protocol": "freedom",
"settings": {},
"tag": "direct"
2017-12-07 15:43:24 -05:00
},
"policy": {
"levels": {
"0": {"uplinkOnly": 0}
}
2015-09-12 14:36:21 -04:00
}
}