v2ray-core/release/config/vpoint_socks_vmess.json

12 lines
167 B
JSON
Raw Normal View History

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