mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-01-07 13:07:56 +08:00
55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"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",
|
|
"type": "field"
|
|
},
|
|
{
|
|
"domain": [
|
|
"geosite:google",
|
|
"geosite:github",
|
|
"geosite:netflix",
|
|
"geosite:steam",
|
|
"geosite:telegram",
|
|
"geosite:tumblr",
|
|
"geosite:bbc"
|
|
],
|
|
"outboundTag": "outBound_PROXY",
|
|
"type": "field"
|
|
},
|
|
{
|
|
"domain": [
|
|
"geosite:cn"
|
|
],
|
|
"outboundTag": "outBound_DIRECT",
|
|
"type": "field"
|
|
},
|
|
{
|
|
"ip": [
|
|
"geoip:cn",
|
|
"geoip:private"
|
|
],
|
|
"outboundTag": "outBound_DIRECT",
|
|
"type": "field"
|
|
}
|
|
]
|
|
}
|
|
}
|