From 281f14f47e1c18654413fbc47a828906cef6a496 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:45:39 +0800 Subject: [PATCH] Adjustment of preset rule sets --- v2rayN/ServiceLib/Sample/custom_routing_black | 18 ++++++------- v2rayN/ServiceLib/Sample/custom_routing_white | 26 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/custom_routing_black b/v2rayN/ServiceLib/Sample/custom_routing_black index c10156a3..a2c972f6 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_black +++ b/v2rayN/ServiceLib/Sample/custom_routing_black @@ -42,15 +42,7 @@ ] }, { - "remarks": "代理GFW", - "outboundTag": "proxy", - "domain": [ - "geosite:gfw", - "geosite:greatfire" - ] - }, - { - "remarks": "代理Google等", + "remarks": "代理IP", "outboundTag": "proxy", "ip": [ "1.0.0.1", @@ -65,6 +57,14 @@ "geoip:twitter" ] }, + { + "remarks": "代理GFW", + "outboundTag": "proxy", + "domain": [ + "geosite:gfw", + "geosite:greatfire" + ] + }, { "remarks": "最终直连", "port": "0-65535", diff --git a/v2rayN/ServiceLib/Sample/custom_routing_white b/v2rayN/ServiceLib/Sample/custom_routing_white index 892fd19a..a19f8304 100644 --- a/v2rayN/ServiceLib/Sample/custom_routing_white +++ b/v2rayN/ServiceLib/Sample/custom_routing_white @@ -34,19 +34,6 @@ "geosite:private" ] }, - { - "remarks": "绕过中国域名", - "outboundTag": "direct", - "domain": [ - "domain:dns.alidns.com", - "domain:doh.pub", - "domain:dot.pub", - "domain:doh.360.cn", - "domain:dot.360.cn", - "geosite:cn", - "geosite:geolocation-cn" - ] - }, { "remarks": "绕过中国IP", "outboundTag": "direct", @@ -73,6 +60,19 @@ "geoip:cn" ] }, + { + "remarks": "绕过中国域名", + "outboundTag": "direct", + "domain": [ + "domain:dns.alidns.com", + "domain:doh.pub", + "domain:dot.pub", + "domain:doh.360.cn", + "domain:dot.360.cn", + "geosite:cn", + "geosite:geolocation-cn" + ] + }, { "remarks": "最终代理", "port": "0-65535",