mirror of
https://github.com/2dust/v2rayN.git
synced 2025-09-01 15:56:19 +00:00
Created 自定义路由规则 (markdown)
parent
15e6aff593
commit
bd8d4eea50
1 changed files with 13 additions and 0 deletions
13
自定义路由规则.md
Normal file
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>
|
Loading…
Reference in a new issue