mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-08-27 13:55:42 +00:00
Update routing.md
quic is also supported.
This commit is contained in:
parent
ede029d336
commit
95b827b5b3
@ -68,7 +68,7 @@
|
|||||||
"source": ["10.0.0.1"],
|
"source": ["10.0.0.1"],
|
||||||
"user": ["love@xray.com"],
|
"user": ["love@xray.com"],
|
||||||
"inboundTag": ["tag-vmess"],
|
"inboundTag": ["tag-vmess"],
|
||||||
"protocol": ["http", "tls", "bittorrent"],
|
"protocol": ["http", "tls", "bittorrent", "quic"],
|
||||||
"attrs": { ":method": "GET" },
|
"attrs": { ":method": "GET" },
|
||||||
"outboundTag": "direct",
|
"outboundTag": "direct",
|
||||||
"balancerTag": "balancer",
|
"balancerTag": "balancer",
|
||||||
@ -159,7 +159,7 @@ Xray-core v1.8.7 或更高版本可省略该行。
|
|||||||
|
|
||||||
一个数组,数组内每一项是一个标识。当某一项匹配入站协议的标识时,此规则生效。
|
一个数组,数组内每一项是一个标识。当某一项匹配入站协议的标识时,此规则生效。
|
||||||
|
|
||||||
> `protocol`: \[ "http" | "tls" | "bittorrent" \]
|
> `protocol`: \[ "http" | "tls" | "bittorrent" | "quic" \]
|
||||||
|
|
||||||
一个数组,数组内每一项表示一种协议。当某一个协议匹配当前连接的协议类型时,此规则生效。
|
一个数组,数组内每一项表示一种协议。当某一个协议匹配当前连接的协议类型时,此规则生效。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user