Skip to content

Commit

Permalink
Adjustment of preset rule sets
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Oct 28, 2024
1 parent 9fd20ff commit 281f14f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions v2rayN/ServiceLib/Sample/custom_routing_black
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,7 @@
]
},
{
"remarks": "代理GFW",
"outboundTag": "proxy",
"domain": [
"geosite:gfw",
"geosite:greatfire"
]
},
{
"remarks": "代理Google等",
"remarks": "代理IP",
"outboundTag": "proxy",
"ip": [
"1.0.0.1",
Expand All @@ -65,6 +57,14 @@
"geoip:twitter"
]
},
{
"remarks": "代理GFW",
"outboundTag": "proxy",
"domain": [
"geosite:gfw",
"geosite:greatfire"
]
},
{
"remarks": "最终直连",
"port": "0-65535",
Expand Down
26 changes: 13 additions & 13 deletions v2rayN/ServiceLib/Sample/custom_routing_white
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 281f14f

Please sign in to comment.