mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-03 07:56:42 -05:00
remove dns detour example
This commit is contained in:
parent
ae7a6c4d24
commit
36e51773fd
@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"port": 1080,
|
|
||||||
"log": {
|
|
||||||
"access": ""
|
|
||||||
},
|
|
||||||
"inbound": {
|
|
||||||
"protocol": "socks",
|
|
||||||
"settings": {
|
|
||||||
"auth": "noauth",
|
|
||||||
"udp": false,
|
|
||||||
"ip": "127.0.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"outbound": {
|
|
||||||
"protocol": "vmess",
|
|
||||||
"settings": {
|
|
||||||
"vnext": [
|
|
||||||
{
|
|
||||||
"address": "127.0.0.1",
|
|
||||||
"port": 37192,
|
|
||||||
"users": [
|
|
||||||
{"id": "27848739-7e62-4138-9fd3-098a63964b6b"}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"inboundDetour": [
|
|
||||||
{
|
|
||||||
"protocol": "dokodemo-door",
|
|
||||||
"port": 28394,
|
|
||||||
"settings": {
|
|
||||||
"address": "8.8.8.8",
|
|
||||||
"port": 53,
|
|
||||||
"network": "tcp",
|
|
||||||
"timeout": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user