mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 18:42:52 +00:00
Fix DNS
This commit is contained in:
parent
13b164acac
commit
cc451b3cbd
1 changed files with 4 additions and 1 deletions
|
|
@ -6,8 +6,10 @@
|
|||
"servers": [
|
||||
{
|
||||
"address": "1.1.1.1",
|
||||
"skipFallback": true,
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
"domain:googleapis.cn",
|
||||
"domain:gstatic.com"
|
||||
],
|
||||
"expectIPs": [
|
||||
"geoip:!cn"
|
||||
|
|
@ -23,6 +25,7 @@
|
|||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
"1.1.1.1",
|
||||
"8.8.8.8",
|
||||
"https://dns.google/dns-query"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue