From 1295d8191cf0e6a80630ac3128c27e0a19d595fa Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 4 Jan 2025 17:47:54 +0800 Subject: [PATCH] Fix DNS https://github.com/2dust/v2rayN/issues/6416 --- v2rayN/ServiceLib/Sample/dns_v2ray_normal | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Sample/dns_v2ray_normal b/v2rayN/ServiceLib/Sample/dns_v2ray_normal index add15f19..9aecbd6e 100644 --- a/v2rayN/ServiceLib/Sample/dns_v2ray_normal +++ b/v2rayN/ServiceLib/Sample/dns_v2ray_normal @@ -4,6 +4,15 @@ "proxy.example.com": "127.0.0.1" }, "servers": [ + { + "address": "1.1.1.1", + "domains": [ + "geosite:geolocation-!cn" + ], + "expectIPs": [ + "geoip:!cn" + ] + }, { "address": "223.5.5.5", "domains": [ @@ -13,7 +22,6 @@ "geoip:cn" ] }, - "1.1.1.1", "8.8.8.8", "https://dns.google/dns-query" ]