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

42 lines
702 B
JSON
Raw Normal View History

2015-11-01 17:01:15 -05:00
{
"port": 1080,
"log": {
"access": ""
},
"inbound": {
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": false,
"ip": "127.0.0.1"
}
},
"outbound": {
"protocol": "vmess",
"settings": {
"vnext": [
{
2015-11-01 18:04:11 -05:00
"address": "127.0.0.1",
"port": 37192,
2015-11-01 17:01:15 -05:00
"users": [
2015-11-01 18:05:32 -05:00
{"id": "27848739-7e62-4138-9fd3-098a63964b6b"}
2015-11-01 17:01:15 -05:00
],
"network": "tcp"
}
]
}
},
"inboundDetour": [
{
"protocol": "dokodemo-door",
2015-11-01 18:02:46 -05:00
"port": 28394,
2015-11-01 17:01:15 -05:00
"settings": {
"address": "8.8.8.8",
"port": 53,
"network": "tcp",
"timeout": 0
}
}
]
}