diff --git a/v2rayN/ServiceLib/Sample/custom_routing_black b/v2rayN/ServiceLib/Sample/custom_routing_black index ff2aa075..8431aaa1 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_black +++ b/v2rayN/ServiceLib/Sample/custom_routing_black @@ -14,10 +14,10 @@ ] }, { - "remarks": "Google cn", + "remarks": "Google CN", "outboundTag": "proxy", "domain": [ - "domain:googleapis.cn", + "geosite:google@cn", "domain:gstatic.com" ] }, diff --git a/v2rayN/ServiceLib/Sample/custom_routing_white b/v2rayN/ServiceLib/Sample/custom_routing_white index 10dae092..72201b4d 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_white +++ b/v2rayN/ServiceLib/Sample/custom_routing_white @@ -1,9 +1,9 @@ [ { - "remarks": "Google cn", + "remarks": "Google CN", "outboundTag": "proxy", "domain": [ - "domain:googleapis.cn", + "geosite:google@cn", "domain:gstatic.com" ] },