mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 18:42:52 +00:00
Compare commits
2 commits
8118427f88
...
272b6e05cf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
272b6e05cf | ||
|
|
7e98eb5af7 |
1 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
"servers": [
|
||||
{
|
||||
"address": "tcp://1.1.1.1",
|
||||
"address": "1.1.1.1",
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
],
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"address": "tcp://8.8.8.8"",
|
||||
"address": "8.8.8.8",
|
||||
"domains": [
|
||||
"geosite:geolocation-!cn"
|
||||
],
|
||||
|
|
@ -32,6 +32,7 @@
|
|||
"geoip:cn"
|
||||
]
|
||||
},
|
||||
"https://1.1.1.1/dns-query",
|
||||
"https://dns.google/dns-query"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue