From 7e98eb5af78481f45427033b41b8189f95b06897 Mon Sep 17 00:00:00 2001 From: Akariln <93932940+Akariln@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:01:12 +0800 Subject: [PATCH] Update DNS Testing found that many public DNS over TCP have serious problems and are not practical. --- v2rayN/ServiceLib/Sample/dns_v2ray_normal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/dns_v2ray_normal b/v2rayN/ServiceLib/Sample/dns_v2ray_normal index 3b862c1f..c8aa9245 100644 --- a/v2rayN/ServiceLib/Sample/dns_v2ray_normal +++ b/v2rayN/ServiceLib/Sample/dns_v2ray_normal @@ -5,7 +5,7 @@ }, "servers": [ { - "address": "tcp://1.1.1.1", + "address": "https://1.1.1.1/dns-query", "domains": [ "geosite:geolocation-!cn" ], @@ -14,7 +14,7 @@ ] }, { - "address": "tcp://8.8.8.8"", + "address": "https://dns.google/dns-query", "domains": [ "geosite:geolocation-!cn" ],