From e8721bfb6bd978e09f7e309077a701bed1a0e1ff Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:01:26 +0800 Subject: [PATCH] Default dns changed to whitelist --- v2rayN/v2rayN/Sample/dns_singbox_normal | 7 ++++--- v2rayN/v2rayN/Sample/tun_singbox_dns | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/v2rayN/v2rayN/Sample/dns_singbox_normal b/v2rayN/v2rayN/Sample/dns_singbox_normal index b323520c79..3625d606d4 100644 --- a/v2rayN/v2rayN/Sample/dns_singbox_normal +++ b/v2rayN/v2rayN/Sample/dns_singbox_normal @@ -20,9 +20,10 @@ "rules": [ { "rule_set": [ - "geosite-geolocation-!cn" + "geosite-cn", + "geosite-geolocation-cn" ], - "server": "remote" + "server": "local" }, { "rule_set": [ @@ -31,5 +32,5 @@ "server": "block" } ], - "final": "local" + "final": "remote" } \ No newline at end of file diff --git a/v2rayN/v2rayN/Sample/tun_singbox_dns b/v2rayN/v2rayN/Sample/tun_singbox_dns index b323520c79..3625d606d4 100644 --- a/v2rayN/v2rayN/Sample/tun_singbox_dns +++ b/v2rayN/v2rayN/Sample/tun_singbox_dns @@ -20,9 +20,10 @@ "rules": [ { "rule_set": [ - "geosite-geolocation-!cn" + "geosite-cn", + "geosite-geolocation-cn" ], - "server": "remote" + "server": "local" }, { "rule_set": [ @@ -31,5 +32,5 @@ "server": "block" } ], - "final": "local" + "final": "remote" } \ No newline at end of file