From 8b4e2f8f238ed406eb4268e331fe16a013c58c53 Mon Sep 17 00:00:00 2001 From: DHR60 Date: Sun, 4 May 2025 17:28:57 +0800 Subject: [PATCH] Fix DNS (#7233) * Fix DNS * Removes expectIPs from remote DNS --- v2rayN/ServiceLib/Sample/dns_v2ray_normal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/dns_v2ray_normal b/v2rayN/ServiceLib/Sample/dns_v2ray_normal index 3f9c8b22..fdb30dae 100644 --- a/v2rayN/ServiceLib/Sample/dns_v2ray_normal +++ b/v2rayN/ServiceLib/Sample/dns_v2ray_normal @@ -6,11 +6,10 @@ "servers": [ { "address": "1.1.1.1", + "skipFallback": true, "domains": [ - "geosite:geolocation-!cn" - ], - "expectIPs": [ - "geoip:!cn" + "domain:googleapis.cn", + "domain:gstatic.com" ] }, { @@ -23,6 +22,7 @@ "geoip:cn" ] }, + "1.1.1.1", "8.8.8.8", "https://dns.google/dns-query" ]