Skip to content

Commit cdede63

Browse files
committed
Adjustment of preset rule sets
1 parent 23264d7 commit cdede63

File tree

2 files changed

+42
-18
lines changed

2 files changed

+42
-18
lines changed

V2rayNG/app/src/main/assets/custom_routing_black

+9-9
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,7 @@
4242
]
4343
},
4444
{
45-
"remarks": "代理GFW",
46-
"outboundTag": "proxy",
47-
"domain": [
48-
"geosite:gfw",
49-
"geosite:greatfire"
50-
]
51-
},
52-
{
53-
"remarks": "代理Google等",
45+
"remarks": "代理IP",
5446
"outboundTag": "proxy",
5547
"ip": [
5648
"1.0.0.1",
@@ -65,6 +57,14 @@
6557
"geoip:twitter"
6658
]
6759
},
60+
{
61+
"remarks": "代理GFW",
62+
"outboundTag": "proxy",
63+
"domain": [
64+
"geosite:gfw",
65+
"geosite:greatfire"
66+
]
67+
},
6868
{
6969
"remarks": "最终直连",
7070
"port": "0-65535",

V2rayNG/app/src/main/assets/custom_routing_white

+33-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"remarks": "Google cn",
4+
"outboundTag": "proxy",
5+
"domain": [
6+
"domain:googleapis.cn",
7+
"domain:gstatic.com"
8+
]
9+
},
210
{
311
"remarks": "阻断udp443",
412
"outboundTag": "block",
@@ -30,28 +38,44 @@
3038
"remarks": "绕过中国IP",
3139
"outboundTag": "direct",
3240
"ip": [
41+
"223.5.5.5/32",
42+
"223.6.6.6/32",
43+
"2400:3200::1/128",
44+
"2400:3200:baba::1/128",
45+
"119.29.29.29/32",
46+
"1.12.12.12/32",
47+
"120.53.53.53/32",
48+
"2402:4e00::/128",
49+
"2402:4e00:1::/128",
50+
"180.76.76.76/32",
51+
"2400:da00::6666/128",
52+
"114.114.114.114/32",
53+
"114.114.115.115/32",
54+
"180.184.1.1/32",
55+
"180.184.2.2/32",
56+
"101.226.4.6/32",
57+
"218.30.118.6/32",
58+
"123.125.81.6/32",
59+
"140.207.198.6/32",
3360
"geoip:cn"
3461
]
3562
},
3663
{
3764
"remarks": "绕过中国域名",
3865
"outboundTag": "direct",
3966
"domain": [
67+
"domain:dns.alidns.com",
68+
"domain:doh.pub",
69+
"domain:dot.pub",
70+
"domain:doh.360.cn",
71+
"domain:dot.360.cn",
4072
"geosite:cn",
4173
"geosite:geolocation-cn"
4274
]
4375
},
44-
{
45-
"remarks": "Google CN",
46-
"outboundTag": "proxy",
47-
"domain": [
48-
"domain:googleapis.cn",
49-
"domain:gstatic.com"
50-
]
51-
},
5276
{
5377
"remarks": "最终代理",
5478
"port": "0-65535",
5579
"outboundTag": "proxy"
5680
}
57-
]
81+
]

0 commit comments

Comments
 (0)