mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-31 23:11:41 +03:00
修复三个参数类型不正确的问题
This commit is contained in:
parent
e73994d010
commit
09b8d43ba6
@ -176,15 +176,15 @@ Reality 是目前最安全的传输加密方案, 且外部看来流量类型和
|
|||||||
|
|
||||||
一个字符串数组,指定了 TLS 握手时指定的 ALPN 数值。默认值为 `["h2", "http/1.1"]`。
|
一个字符串数组,指定了 TLS 握手时指定的 ALPN 数值。默认值为 `["h2", "http/1.1"]`。
|
||||||
|
|
||||||
> `minVersion`: \[ string \]
|
> `minVersion`: string
|
||||||
|
|
||||||
minVersion 为可接受的最小 SSL/TLS 版本。
|
minVersion 为可接受的最小 TLS 版本。
|
||||||
|
|
||||||
> `maxVersion`: \[ string \]
|
> `maxVersion`: string
|
||||||
|
|
||||||
maxVersion 为可接受的最大 SSL/TLS 版本。
|
maxVersion 为可接受的最大 TLS 版本。
|
||||||
|
|
||||||
> `cipherSuites`: \[ string \]
|
> `cipherSuites`: string
|
||||||
|
|
||||||
CipherSuites 用于配置受支持的密码套件列表, 每个套件名称之间用:进行分隔.
|
CipherSuites 用于配置受支持的密码套件列表, 每个套件名称之间用:进行分隔.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user