v2ray-core/release/config/vpoint_dns_detour.json

41 lines
674 B
JSON
Raw Normal View History

2015-11-01 22:01:15 +00: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 23:04:11 +00:00
"address": "127.0.0.1",
"port": 37192,
2015-11-01 22:01:15 +00:00
"users": [
2015-11-01 23:05:32 +00:00
{"id": "27848739-7e62-4138-9fd3-098a63964b6b"}
2015-11-04 20:52:48 +00:00
]
2015-11-01 22:01:15 +00:00
}
]
}
},
"inboundDetour": [
{
"protocol": "dokodemo-door",
2015-11-01 23:02:46 +00:00
"port": 28394,
2015-11-01 22:01:15 +00:00
"settings": {
"address": "8.8.8.8",
"port": 53,
"network": "tcp",
"timeout": 0
}
}
]
}