소스 검색

update config file

Darien Raymond 7 년 전
부모
커밋
4b2ee1185d
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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"
     ]
   },