From e2b3d6a1e47f25fb6999f1a74ea133885064b296 Mon Sep 17 00:00:00 2001 From: qiopgh <30387662+qiopgh@users.noreply.github.com> Date: Sat, 29 Apr 2023 18:52:48 +0800 Subject: [PATCH] Update tun_singbox_dns --- v2rayN/v2rayN/Sample/tun_singbox_dns | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Sample/tun_singbox_dns b/v2rayN/v2rayN/Sample/tun_singbox_dns index 5d03bf90..4ff65daf 100644 --- a/v2rayN/v2rayN/Sample/tun_singbox_dns +++ b/v2rayN/v2rayN/Sample/tun_singbox_dns @@ -23,6 +23,13 @@ "server": "local", "disable_cache": true }, + { + "source_geoip": [ + "cn" + ], + "server": "local", + "disable_cache": true + }, { "geosite": [ "category-ads-all" @@ -32,4 +39,4 @@ } ], "strategy": "ipv4_only" -} \ No newline at end of file +}