From 97c11be4f9b2b28bf7ef0b6a4a2fead2561d2caf Mon Sep 17 00:00:00 2001 From: TTG Date: Wed, 30 Apr 2025 16:07:36 -0400 Subject: [PATCH 1/4] Update custom_routing_white --- v2rayN/ServiceLib/Sample/custom_routing_white | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/custom_routing_white b/v2rayN/ServiceLib/Sample/custom_routing_white index 10dae092..a2e9f062 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_white +++ b/v2rayN/ServiceLib/Sample/custom_routing_white @@ -1,10 +1,9 @@ [ { - "remarks": "Google cn", + "remarks": "Google CN", "outboundTag": "proxy", "domain": [ - "domain:googleapis.cn", - "domain:gstatic.com" + "geosite:google@cn" ] }, { From ccec44bb824a7d2680901cf21413d33c1d101e25 Mon Sep 17 00:00:00 2001 From: TTG Date: Wed, 30 Apr 2025 16:08:32 -0400 Subject: [PATCH 2/4] Update custom_routing_black --- v2rayN/ServiceLib/Sample/custom_routing_black | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/custom_routing_black b/v2rayN/ServiceLib/Sample/custom_routing_black index ff2aa075..9d174ef9 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_black +++ b/v2rayN/ServiceLib/Sample/custom_routing_black @@ -14,11 +14,10 @@ ] }, { - "remarks": "Google cn", + "remarks": "Google CN", "outboundTag": "proxy", "domain": [ - "domain:googleapis.cn", - "domain:gstatic.com" + "geosite:google@cn" ] }, { From 5909a72b76dc371581d3db512f47c5b560e3d7bb Mon Sep 17 00:00:00 2001 From: TTG Date: Wed, 30 Apr 2025 23:09:18 -0400 Subject: [PATCH 3/4] Update custom_routing_white --- v2rayN/ServiceLib/Sample/custom_routing_white | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Sample/custom_routing_white b/v2rayN/ServiceLib/Sample/custom_routing_white index a2e9f062..72201b4d 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_white +++ b/v2rayN/ServiceLib/Sample/custom_routing_white @@ -3,7 +3,8 @@ "remarks": "Google CN", "outboundTag": "proxy", "domain": [ - "geosite:google@cn" + "geosite:google@cn", + "domain:gstatic.com" ] }, { From 355d135a97159a818345613e6c8427631d700f30 Mon Sep 17 00:00:00 2001 From: TTG Date: Wed, 30 Apr 2025 23:10:11 -0400 Subject: [PATCH 4/4] Update custom_routing_black --- v2rayN/ServiceLib/Sample/custom_routing_black | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Sample/custom_routing_black b/v2rayN/ServiceLib/Sample/custom_routing_black index 9d174ef9..8431aaa1 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_black +++ b/v2rayN/ServiceLib/Sample/custom_routing_black @@ -17,7 +17,8 @@ "remarks": "Google CN", "outboundTag": "proxy", "domain": [ - "geosite:google@cn" + "geosite:google@cn", + "domain:gstatic.com" ] }, {