mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-02 21:12:09 +00:00
73 lines
No EOL
1.2 KiB
Text
73 lines
No EOL
1.2 KiB
Text
[
|
|
{
|
|
"remarks": "绕过bittorrent",
|
|
"outboundTag": "direct",
|
|
"protocol": [
|
|
"bittorrent"
|
|
]
|
|
},
|
|
{
|
|
"remarks": "Google cn",
|
|
"outboundTag": "proxy",
|
|
"domain": [
|
|
"domain:googleapis.cn",
|
|
"domain:gstatic.com"
|
|
]
|
|
},
|
|
{
|
|
"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": "代理IP",
|
|
"outboundTag": "proxy",
|
|
"ip": [
|
|
"1.0.0.1",
|
|
"1.1.1.1",
|
|
"8.8.8.8",
|
|
"8.8.4.4",
|
|
"geoip:facebook",
|
|
"geoip:fastly",
|
|
"geoip:google",
|
|
"geoip:netflix",
|
|
"geoip:telegram",
|
|
"geoip:twitter"
|
|
]
|
|
},
|
|
{
|
|
"remarks": "代理GFW",
|
|
"outboundTag": "proxy",
|
|
"domain": [
|
|
"geosite:gfw",
|
|
"geosite:greatfire"
|
|
]
|
|
},
|
|
{
|
|
"remarks": "最终直连",
|
|
"port": "0-65535",
|
|
"outboundTag": "direct"
|
|
}
|
|
] |