Skip to content

自定义路由规则

2dust edited this page Jan 19, 2021 · 2 revisions

一个数组,数组中每一项是一个规则

[{
  "domain": ["baidu.com", "qq.com", "geosite:cn"],
  "ip": ["0.0.0.0/8", "10.0.0.0/8", "fc00::/7", "fe80::/10", "geoip:cn"],
  "port": "53,443,1000-2000",
  "protocol": ["http", "tls", "bittorrent"],
  "outboundTag": "direct"
}]

详细说明请看

例子