mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
Remove ads rules from default routing rules and DNS
This commit is contained in:
parent
bf83dbdfea
commit
9a096d31fc
5 changed files with 3 additions and 36 deletions
|
@ -27,13 +27,6 @@
|
||||||
"port": "443",
|
"port": "443",
|
||||||
"network": "udp"
|
"network": "udp"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"remarks": "阻断广告",
|
|
||||||
"outboundTag": "block",
|
|
||||||
"domain": [
|
|
||||||
"geosite:category-ads-all"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"remarks": "绕过局域网IP",
|
"remarks": "绕过局域网IP",
|
||||||
"outboundTag": "direct",
|
"outboundTag": "direct",
|
||||||
|
|
|
@ -5,13 +5,6 @@
|
||||||
"port": "443",
|
"port": "443",
|
||||||
"network": "udp"
|
"network": "udp"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"remarks": "阻断广告",
|
|
||||||
"outboundTag": "block",
|
|
||||||
"domain": [
|
|
||||||
"geosite:category-ads-all"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"remarks": "绕过局域网IP",
|
"remarks": "绕过局域网IP",
|
||||||
"outboundTag": "direct",
|
"outboundTag": "direct",
|
||||||
|
|
|
@ -13,13 +13,6 @@
|
||||||
"port": "443",
|
"port": "443",
|
||||||
"network": "udp"
|
"network": "udp"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"remarks": "阻断广告",
|
|
||||||
"outboundTag": "block",
|
|
||||||
"domain": [
|
|
||||||
"geosite:category-ads-all"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"remarks": "绕过局域网IP",
|
"remarks": "绕过局域网IP",
|
||||||
"outboundTag": "direct",
|
"outboundTag": "direct",
|
||||||
|
|
|
@ -23,12 +23,6 @@
|
||||||
"geosite-cn"
|
"geosite-cn"
|
||||||
],
|
],
|
||||||
"server": "local"
|
"server": "local"
|
||||||
},
|
|
||||||
{
|
|
||||||
"rule_set": [
|
|
||||||
"geosite-category-ads-all"
|
|
||||||
],
|
|
||||||
"server": "block"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"final": "remote"
|
"final": "remote"
|
||||||
|
|
|
@ -24,12 +24,6 @@
|
||||||
"geosite-geolocation-cn"
|
"geosite-geolocation-cn"
|
||||||
],
|
],
|
||||||
"server": "local"
|
"server": "local"
|
||||||
},
|
|
||||||
{
|
|
||||||
"rule_set": [
|
|
||||||
"geosite-category-ads-all"
|
|
||||||
],
|
|
||||||
"server": "block"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"final": "remote"
|
"final": "remote"
|
||||||
|
|
Loading…
Reference in a new issue