Add files via upload

This commit is contained in:
pocketW
2022-04-27 14:19:16 +10:00
committed by GitHub
commit 29edb46e12
14 changed files with 12611 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"domainStrategy": "IPOnDemand",
"rules": [
{
"type": "field",
"outboundTag": "block",
"ip": [
"geoip:private"
]
},
{
"type": "field",
"outboundTag": "block",
"protocol": [
"bittorrent"
]
},
{
"type": "field",
"outboundTag": "IPv6_out",
"domain": [
"geosite:netflix"
]
}
]
}