Browse Source

update config file

Darien Raymond 7 years ago
parent
commit
4b2ee1185d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      release/config/config.json

+ 3 - 1
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"
     ]
   },