From c50c52a5a2b9aa13ef83cec52f775d7ba239af3c Mon Sep 17 00:00:00 2001 From: MkQtS <81752398+MkQtS@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:36:13 +0800 Subject: [PATCH] Resolve all Google domains via remote server --- v2rayN/ServiceLib/Sample/dns_singbox_normal | 5 ++--- v2rayN/ServiceLib/Sample/dns_v2ray_normal | 3 +-- v2rayN/ServiceLib/Sample/tun_singbox_dns | 5 ++--- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/dns_singbox_normal b/v2rayN/ServiceLib/Sample/dns_singbox_normal index b32b439c..2df81395 100644 --- a/v2rayN/ServiceLib/Sample/dns_singbox_normal +++ b/v2rayN/ServiceLib/Sample/dns_singbox_normal @@ -14,9 +14,8 @@ ], "rules": [ { - "domain_suffix": [ - "googleapis.cn", - "gstatic.com" + "rule_set": [ + "geosite-google" ], "server": "remote", "strategy": "prefer_ipv4" diff --git a/v2rayN/ServiceLib/Sample/dns_v2ray_normal b/v2rayN/ServiceLib/Sample/dns_v2ray_normal index fdb30dae..867bb646 100644 --- a/v2rayN/ServiceLib/Sample/dns_v2ray_normal +++ b/v2rayN/ServiceLib/Sample/dns_v2ray_normal @@ -8,8 +8,7 @@ "address": "1.1.1.1", "skipFallback": true, "domains": [ - "domain:googleapis.cn", - "domain:gstatic.com" + "geosite:google" ] }, { diff --git a/v2rayN/ServiceLib/Sample/tun_singbox_dns b/v2rayN/ServiceLib/Sample/tun_singbox_dns index 3dd55eef..91ed83f9 100644 --- a/v2rayN/ServiceLib/Sample/tun_singbox_dns +++ b/v2rayN/ServiceLib/Sample/tun_singbox_dns @@ -14,9 +14,8 @@ ], "rules": [ { - "domain_suffix": [ - "googleapis.cn", - "gstatic.com" + "rule_set": [ + "geosite:google" ], "server": "remote", "strategy": "prefer_ipv4"