You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v2ray-core/release/config/vpoint_socks_vmess.json

13 lines
337 B

9 years ago
/* Point Socks5 Point */
{
9 years ago
"port": 1080, /* Socks 5 */
"inbound": {
"protocol": "socks",
9 years ago
"file": "in_socks.json" /* Socks 5 */
},
"outbound": {
"protocol": "vmess",
9 years ago
"file": "out_vmess.json" /* VMess */
}
}