Created 自定义路由规则 (markdown)

2dust 2021-01-19 11:45:56 +08:00
parent 15e6aff593
commit bd8d4eea50

13
自定义路由规则.md Normal file

@ -0,0 +1,13 @@
#### 一个数组,数组中每一项是一个规则
```
[{
"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"
}]
```
## 详细说明请看
### <https://www.v2fly.org/config/routing.html#ruleobject>