mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 05:32:24 +00:00
29 lines
No EOL
476 B
Text
29 lines
No EOL
476 B
Text
{
|
|
"hosts": {
|
|
"dns.google": "8.8.8.8",
|
|
"proxy.example.com": "127.0.0.1"
|
|
},
|
|
"servers": [
|
|
{
|
|
"address": "1.1.1.1",
|
|
"domains": [
|
|
"geosite:geolocation-!cn"
|
|
],
|
|
"expectIPs": [
|
|
"geoip:!cn"
|
|
]
|
|
},
|
|
{
|
|
"address": "223.5.5.5",
|
|
"skipFallback": true,
|
|
"domains": [
|
|
"geosite:cn"
|
|
],
|
|
"expectIPs": [
|
|
"geoip:cn"
|
|
]
|
|
},
|
|
"8.8.8.8",
|
|
"https://dns.google/dns-query"
|
|
]
|
|
} |