From e4758126354a206d38c33c9e091135e08dda0106 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 26 Jan 2019 21:47:48 +0100 Subject: [PATCH] update default config --- release/config/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/config/config.json b/release/config/config.json index 77573ce6..acb90db4 100644 --- a/release/config/config.json +++ b/release/config/config.json @@ -68,7 +68,8 @@ // Static hosts, similar to hosts file. "hosts": { // 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": [ { @@ -76,7 +77,7 @@ "port": 53, // List of domains that use this DNS first. "domains": [ - "domain:v2ray.com" + "geosite:cn" ] }, "8.8.8.8",