update config example

This commit is contained in:
fancy
2020-05-01 17:51:53 +08:00
parent 72579bc84a
commit 916c11d280
2 changed files with 19 additions and 25 deletions

View File

@@ -2,6 +2,20 @@
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"domain": [
"geosite:category-ads-all"
],
"outboundTag": "outBound_BLACKHOLE",
"type": "field"
},
{
"inboundTag": [
"inbound_API"
],
"outboundTag": "API",
"type": "field"
},
{
"outboundTag": "dns-out",
"port": "53",
@@ -20,27 +34,6 @@
"outboundTag": "outBound_PROXY",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "outBound_DIRECT",
"type": "field"
},
{
"domain": [
"geosite:category-ads-all"
],
"outboundTag": "outBound_BLACKHOLE",
"type": "field"
},
{
"ip": [
"geoip:cn"
],
"outboundTag": "outBound_DIRECT",
"type": "field"
},
{
"domain": [
"geosite:cn"
@@ -49,10 +42,11 @@
"type": "field"
},
{
"inboundTag": [
"inbound_API"
"ip": [
"geoip:cn",
"geoip:private"
],
"outboundTag": "API",
"outboundTag": "outBound_DIRECT",
"type": "field"
}
]

View File

@@ -1 +1 @@
{}
{}