mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-28 11:02:51 +00:00
Compare commits
No commits in common. "272b6e05cfde58d5b0b148976e7ff869930cfaa2" and "8118427f88d1ee53d1a3347b4970f9ff1cfcf998" have entirely different histories.
272b6e05cf
...
8118427f88
1 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"address": "1.1.1.1",
|
"address": "tcp://1.1.1.1",
|
||||||
"domains": [
|
"domains": [
|
||||||
"geosite:geolocation-!cn"
|
"geosite:geolocation-!cn"
|
||||||
],
|
],
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"address": "8.8.8.8",
|
"address": "tcp://8.8.8.8"",
|
||||||
"domains": [
|
"domains": [
|
||||||
"geosite:geolocation-!cn"
|
"geosite:geolocation-!cn"
|
||||||
],
|
],
|
||||||
|
|
@ -32,7 +32,6 @@
|
||||||
"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