Adding Support of ipv6 and using Cloudflare DNS instead of Google DNS
@@ -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"
]
}
-}
+}