Update v1.8.6 Interface changes

This commit is contained in:
ちか 2023-12-21 21:06:42 +08:00 committed by GitHub
parent cf2a3b69f3
commit 752ed955a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -662,7 +662,8 @@ TCP 拥塞控制算法。仅支持 Linux。
> `interface`: ""
指定绑定出口网卡名称 仅支持 linux。
指定绑定出口网卡名称,支持 linux / iOS / Mac OS。<br>
iOS / Mac OS 需要 Xray-core v1.8.6 或更高版本。
> `V6Only`: true | false
@ -670,10 +671,10 @@ TCP 拥塞控制算法。仅支持 Linux。
> `tcpMptcp`: true | false
需要 Xray-core v1.8.6 或更高版本<br>
需要 Xray-core v1.8.6 或更高版本<br>
默认值 `false`,填写 `true` 时,启用 [Multipath TCP](https://en.wikipedia.org/wiki/Multipath_TCP),需在服务端和客户端配置中同时启用。
> `tcpNoDelay`: true | false
需要 Xray-core v1.8.6 或更高版本<br>
默认值 `false`,建议与 "tcpMptcp": true 一起启用
需要 Xray-core v1.8.6 或更高版本<br>
默认值 `false`,建议与 "tcpMptcp": true 一起启用