Files

36 lines
766 B
JSON
Raw Permalink Normal View History

2022-04-27 14:19:16 +10:00
{
"domainStrategy": "IPOnDemand",
"rules": [
{
"type": "field",
"outboundTag": "block",
"ip": [
"geoip:private"
]
},
{
"type": "field",
"outboundTag": "block",
"protocol": [
"bittorrent"
]
},
2022-05-04 11:49:48 +08:00
{
"type": "field",
"outboundTag": "socks5-warp",
"domain": []
},
2022-04-27 14:19:16 +10:00
{
"type": "field",
"outboundTag": "IPv6_out",
"domain": [
"geosite:netflix"
]
2022-05-04 11:49:48 +08:00
},
{
"type": "field",
"outboundTag": "IPv4_out",
"network": "udp,tcp"
2022-04-27 14:19:16 +10:00
}
]
2022-05-04 11:49:48 +08:00
}