1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-04 21:15:24 +00:00
v2fly/release/config/vpoint_socks_vmess.json

30 lines
515 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-10-09 15:43:27 +00:00
"log": {
"access": ""
},
2015-09-12 18:36:21 +00:00
"inbound": {
"protocol": "socks",
2015-10-06 21:11:08 +00:00
"settings": {
"auth": "noauth",
2015-10-13 22:04:49 +00:00
"udp": false,
"ip": "127.0.0.1"
2015-10-06 21:11:08 +00:00
}
2015-09-12 18:36:21 +00:00
},
"outbound": {
"protocol": "vmess",
2015-10-06 21:11:08 +00:00
"settings": {
"vnext": [
{
2015-10-08 15:57:37 +00:00
"address": "127.0.0.1",
2015-11-01 23:04:11 +00:00
"port": 37192,
2015-10-06 21:11:08 +00:00
"users": [
2015-11-09 21:31:19 +00:00
{"id": "27848739-7e62-4138-9fd3-098a63964b6b"},
{"id": "3b129dec-72a3-4d28-aeee-028a0fe86e22"}
2015-11-04 20:52:48 +00:00
]
2015-10-06 21:11:08 +00:00
}
]
}
2015-09-12 18:36:21 +00:00
}
}