Updated 自定义路由规则 (markdown)

master
2dust 2024-08-31 10:22:44 +08:00
parent deeb82a393
commit e506eb8316
1 changed files with 23 additions and 7 deletions

@ -1,12 +1,28 @@
#### 一个数组,数组中每一项是一个规则
```
[{
"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"
}]
[
{
"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"
}
]
```
## 详细说明请看