Эх сурвалжийг харах

Update config.json

Adding Support of ipv6 and using Cloudflare DNS instead of Google DNS
Samrand Hassan 1 жил өмнө
parent
commit
5dd627c00b

+ 4 - 4
v2ray/config/config.json

@@ -6,7 +6,7 @@
   },
   "inbounds": [
     {
-      "listen": "0.0.0.0",
+      "listen": "::",
       "port": 1310,
       "protocol": "vmess",
       "settings": {
@@ -37,9 +37,9 @@
   ],
   "dns": {
     "servers": [
-      "8.8.8.8",
-      "8.8.4.4",
+      "1.1.1.1",
+      "1.0.0.1",
       "localhost"
     ]
   }
-}
+}