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

12 lines
167 B
JSON
Raw Normal View History

2015-09-12 14:36:21 -04:00
{
2015-09-12 18:14:14 -04:00
"port": 1080,
2015-09-12 14:36:21 -04:00
"inbound": {
"protocol": "socks",
2015-09-12 18:14:14 -04:00
"file": "in_socks.json"
2015-09-12 14:36:21 -04:00
},
"outbound": {
"protocol": "vmess",
2015-09-12 18:14:14 -04:00
"file": "out_vmess.json"
2015-09-12 14:36:21 -04:00
}
}