From cdede639f2cb1658d2a37cdef47aa7eb6312cb36 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:45:00 +0800 Subject: [PATCH] Adjustment of preset rule sets --- .../app/src/main/assets/custom_routing_black | 18 ++++---- .../app/src/main/assets/custom_routing_white | 42 +++++++++++++++---- 2 files changed, 42 insertions(+), 18 deletions(-) diff --git a/V2rayNG/app/src/main/assets/custom_routing_black b/V2rayNG/app/src/main/assets/custom_routing_black index c10156a3..a2c972f6 100644 --- a/V2rayNG/app/src/main/assets/custom_routing_black +++ b/V2rayNG/app/src/main/assets/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/V2rayNG/app/src/main/assets/custom_routing_white b/V2rayNG/app/src/main/assets/custom_routing_white index b6f129ff..a19f8304 100644 --- a/V2rayNG/app/src/main/assets/custom_routing_white +++ b/V2rayNG/app/src/main/assets/custom_routing_white @@ -1,4 +1,12 @@ [ + { + "remarks": "Google cn", + "outboundTag": "proxy", + "domain": [ + "domain:googleapis.cn", + "domain:gstatic.com" + ] + }, { "remarks": "阻断udp443", "outboundTag": "block", @@ -30,6 +38,25 @@ "remarks": "绕过中国IP", "outboundTag": "direct", "ip": [ + "223.5.5.5/32", + "223.6.6.6/32", + "2400:3200::1/128", + "2400:3200:baba::1/128", + "119.29.29.29/32", + "1.12.12.12/32", + "120.53.53.53/32", + "2402:4e00::/128", + "2402:4e00:1::/128", + "180.76.76.76/32", + "2400:da00::6666/128", + "114.114.114.114/32", + "114.114.115.115/32", + "180.184.1.1/32", + "180.184.2.2/32", + "101.226.4.6/32", + "218.30.118.6/32", + "123.125.81.6/32", + "140.207.198.6/32", "geoip:cn" ] }, @@ -37,21 +64,18 @@ "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": "Google CN", - "outboundTag": "proxy", - "domain": [ - "domain:googleapis.cn", - "domain:gstatic.com" - ] - }, { "remarks": "最终代理", "port": "0-65535", "outboundTag": "proxy" } -] +] \ No newline at end of file