From 4b2ee1185dba234971925fdef2c0fa95d9e239dc Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 5 Nov 2018 22:13:45 +0100 Subject: [PATCH] update config file --- release/config/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release/config/config.json b/release/config/config.json index f7f61c2d4..77573ce64 100644 --- a/release/config/config.json +++ b/release/config/config.json @@ -72,13 +72,15 @@ }, "servers": [ { - "address": "1.1.1.1", + "address": "114.114.114.114", "port": 53, + // List of domains that use this DNS first. "domains": [ "domain:v2ray.com" ] }, "8.8.8.8", + "1.1.1.1", "localhost" ] },