update default config

pull/1530/head
Darien Raymond 2019-01-26 21:47:48 +01:00
parent 6a0b3af4c6
commit e475812635
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,8 @@
// Static hosts, similar to hosts file. // Static hosts, similar to hosts file.
"hosts": { "hosts": {
// Blacklist all Baidu domains, including all sub domains. // Blacklist all Baidu domains, including all sub domains.
"domain:baidu.com": "127.0.0.1" "domain:baidu.com": "127.0.0.1",
"domain:v2ray.com": "104.27.154.107"
}, },
"servers": [ "servers": [
{ {
@ -76,7 +77,7 @@
"port": 53, "port": 53,
// List of domains that use this DNS first. // List of domains that use this DNS first.
"domains": [ "domains": [
"domain:v2ray.com" "geosite:cn"
] ]
}, },
"8.8.8.8", "8.8.8.8",