mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-27 09:23:26 +03:00
28 lines
395 B
Plaintext
28 lines
395 B
Plaintext
[
|
|
{
|
|
"remarks": "阻断udp443",
|
|
"outboundTag": "block",
|
|
"port": "443",
|
|
"network": "udp"
|
|
},
|
|
{
|
|
"remarks": "绕过局域网IP",
|
|
"outboundTag": "direct",
|
|
"ip": [
|
|
"geoip:private"
|
|
]
|
|
},
|
|
{
|
|
"remarks": "绕过局域网域名",
|
|
"outboundTag": "direct",
|
|
"domain": [
|
|
"geosite:private"
|
|
]
|
|
},
|
|
{
|
|
"remarks": "最终代理",
|
|
"port": "0-65535",
|
|
"outboundTag": "proxy"
|
|
}
|
|
]
|