mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-15 20:58:07 +00:00
34 lines
No EOL
504 B
Text
34 lines
No EOL
504 B
Text
[
|
|
{
|
|
"remarks": "阻断udp443",
|
|
"outboundTag": "block",
|
|
"port": "443",
|
|
"network": "udp"
|
|
},
|
|
{
|
|
"remarks": "阻断广告",
|
|
"outboundTag": "block",
|
|
"domain": [
|
|
"geosite:category-ads-all"
|
|
]
|
|
},
|
|
{
|
|
"remarks": "绕过局域网IP",
|
|
"outboundTag": "direct",
|
|
"ip": [
|
|
"geoip:private"
|
|
]
|
|
},
|
|
{
|
|
"remarks": "绕过局域网域名",
|
|
"outboundTag": "direct",
|
|
"domain": [
|
|
"geosite:private"
|
|
]
|
|
},
|
|
{
|
|
"remarks": "最终代理",
|
|
"port": "0-65535",
|
|
"outboundTag": "proxy"
|
|
}
|
|
] |