mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
efcdffb20d
add across nodes ip limit add user ip recorder del config file watch
36 lines
768 B
JSON
36 lines
768 B
JSON
{
|
|
"domainStrategy": "IPOnDemand",
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "block",
|
|
"ip": [
|
|
"geoip:private"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "block",
|
|
"protocol": [
|
|
"bittorrent"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "socks5-warp",
|
|
"domain": [""]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "IPv6_out",
|
|
"domain": [
|
|
"geosite:netflix"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "IPv4_out",
|
|
"network": "udp,tcp"
|
|
}
|
|
]
|
|
} |