update rules

This commit is contained in:
233boy
2019-06-25 19:11:55 +08:00
parent 6058e148f1
commit 87340c995e
8 changed files with 85 additions and 8 deletions

View File

@@ -37,6 +37,11 @@
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "dns",
"tag": "dns-out"
@@ -106,10 +111,16 @@
],
"outboundTag": "dns-out"
},
{
"type": "field",
"ip": [
"geoip:private"
],
"outboundTag": "blocked"
},
{
"type": "field",
"ip": [
"geoip:private",
"geoip:cn"
],
"outboundTag": "direct"