mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 10:40:08 +00:00
Update
This commit is contained in:
parent
7e98eb5af7
commit
272b6e05cf
1 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"address": "https://1.1.1.1/dns-query",
|
"address": "1.1.1.1",
|
||||||
"domains": [
|
"domains": [
|
||||||
"geosite:geolocation-!cn"
|
"geosite:geolocation-!cn"
|
||||||
],
|
],
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"address": "https://dns.google/dns-query",
|
"address": "8.8.8.8",
|
||||||
"domains": [
|
"domains": [
|
||||||
"geosite:geolocation-!cn"
|
"geosite:geolocation-!cn"
|
||||||
],
|
],
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
"geoip:cn"
|
"geoip:cn"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"https://1.1.1.1/dns-query",
|
||||||
"https://dns.google/dns-query"
|
"https://dns.google/dns-query"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue