This commit is contained in:
qs@quacke3 2020-06-01 03:25:22 -04:00
parent 5a0bf7470b
commit beb9c2472d
1 changed files with 4 additions and 7 deletions

View File

@ -21,22 +21,19 @@
"routing": {
"domainStrategy": "IPOnDemand",
"rules": [
// 第一条规则
{
"type": "field",
"outboundTag": "direct", // freedom 的 tag
"domain": ["geosite:cn"] // 中国大陆网站
"outboundTag": "direct",
"domain": ["geosite:cn"]
},
// 第二条规则
{
"type": "field",
"outboundTag": "direct", // freedom 的 tag
"outboundTag": "direct",
"ip": [
"geoip:cn", // 中国大陆 IP
"geoip:cn",
"geoip:private"
]
},
// 第三条规则
{
"type": "field",
"outboundTag": "proxy",