Skip to content

Commit

Permalink
Update custom_routing_white (#5566)
Browse files Browse the repository at this point in the history
  • Loading branch information
thttg authored Aug 21, 2024
1 parent a6f27e5 commit 9d49c7a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions v2rayN/ServiceLib/Sample/custom_routing_white
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
{
"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"
]
Expand All @@ -32,11 +37,20 @@
"2400:3200::1/128",
"2400:3200:baba::1/128",
"119.29.29.29/32",
"2402:4e00::/128"
"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"
"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:private",
"geoip:cn"
]
Expand Down

0 comments on commit 9d49c7a

Please sign in to comment.