update clients dns

This commit is contained in:
233boy
2019-12-31 11:53:45 +08:00
parent 35cc43c045
commit 1b7042f6f2
9 changed files with 84 additions and 48 deletions

View File

@@ -83,17 +83,24 @@
],
"dns": {
"servers": [
"1.1.1.1",
"1.0.0.1",
{
"address": "119.29.29.29",
"port": 53,
"domains": [
"geosite:cn"
"geosite:cn"
],
"expectIPs": [
"geoip:cn"
]
},
{
"address": "1.1.1.1",
"port": 53,
"domains": [
"geosite:geolocation-!cn"
]
},
"8.8.8.8",
"8.8.4.4",
"localhost"
]
},