tdjnodj 2023-04-05 11:17:57 +08:00 committed by yuhan6665
parent 202a06247e
commit a931e83a8c

View File

@ -278,6 +278,7 @@ CipherSuites 用于配置受支持的密码套件列表, 每个套件名称之
"maxClientVer": "", "maxClientVer": "",
"maxTimeDiff": 0, "maxTimeDiff": 0,
"shortIds": ["", "0123456789abcdef"], "shortIds": ["", "0123456789abcdef"],
"shortId": "",
"fingerprint": "chrome", "fingerprint": "chrome",
"serverName": "", "serverName": "",
"publicKey": "", "publicKey": "",
@ -294,68 +295,36 @@ CipherSuites 用于配置受支持的密码套件列表, 每个套件名称之
当值为 `true` 时,输出调试信息。 当值为 `true` 时,输出调试信息。
> `dest` : string
::: tip ::: tip
**只需**在**入站****服务端**)配置。 以下为**入站****服务端**)配置。
::: :::
> `dest` : string
必填,格式同 VLESS `fallbacks` 的 [dest](https://xtls.github.io/config/features/fallback.html#fallbackobject)。 必填,格式同 VLESS `fallbacks` 的 [dest](https://xtls.github.io/config/features/fallback.html#fallbackobject)。
> `xver` : number > `xver` : number
::: tip
**只需**在**入站****服务端**)配置。
:::
选填,格式同 VLESS `fallbacks` 的 [xver](https://xtls.github.io/config/features/fallback.html#fallbackobject) 选填,格式同 VLESS `fallbacks` 的 [xver](https://xtls.github.io/config/features/fallback.html#fallbackobject)
> `serverNames` : \[string\] > `serverNames` : \[string\]
::: tip
**只需**在**入站****服务端**)配置。
:::
必填,客户端可用的 `serverName` 列表,暂不支持 \* 通配符。 必填,客户端可用的 `serverName` 列表,暂不支持 \* 通配符。
> `serverName` : string
::: tip
**只需**在**出站****客户端**)配置。
:::
服务端 serverNames 之一。
> `privateKey` : string > `privateKey` : string
::: tip
**只需**在**入站****服务端**)配置。
:::
必填,执行 `./xray x25519` 生成。 必填,执行 `./xray x25519` 生成。
> `minClientVer` : string > `minClientVer` : string
::: tip
**只需**在**入站****服务端**)配置。
:::
选填,客户端 Xray 最低版本,格式为 `x.y.z` 选填,客户端 Xray 最低版本,格式为 `x.y.z`
> `maxClientVer` : string > `maxClientVer` : string
::: tip
**只需**在**入站****服务端**)配置。
:::
选填,客户端 Xray 最高版本,格式为 `x.y.z` 选填,客户端 Xray 最高版本,格式为 `x.y.z`
> `maxTimeDiff` : number > `maxTimeDiff` : number
::: tip
**只需**在**入站****服务端**)配置。
:::
选填,允许的最大时间差,单位为毫秒。 选填,允许的最大时间差,单位为毫秒。
> `shortIds` : \[string\] > `shortIds` : \[string\]
@ -366,28 +335,32 @@ CipherSuites 用于配置受支持的密码套件列表, 每个套件名称之
若包含空值,客户端 `shortId` 可为空。 若包含空值,客户端 `shortId` 可为空。
> `fingerprint` : string
::: tip ::: tip
**只需**在**出站****客户端**)配置。 以下为**出站****客户端**)配置。
::: :::
> `serverName` : string
服务端 serverNames 之一。
> `fingerprint` : string
必填,同 [TLSObject](https://xtls.github.io/config/transport.html#tlsobject)。 必填,同 [TLSObject](https://xtls.github.io/config/transport.html#tlsobject)。
> `publicKey` : string > `shortID` : string
::: tip 服务端 shortIds 之一。
**只需**在**出站****客户端**)配置。
::: 0 到 f长度为 2 的倍数,长度上限为 16。
若服务端的 `shordIDs` 包含空值,客户端可为空。
> `publicKey` : string
必填,服务端私钥对应的公钥。使用 `./xray x25519 -i "服务器私钥"` 生成。 必填,服务端私钥对应的公钥。使用 `./xray x25519 -i "服务器私钥"` 生成。
> `spiderX` : string > `spiderX` : string
::: tip
**只需**在**出站****客户端**)配置。
:::
爬虫初始路径与参数,建议每个客户端不同。 爬虫初始路径与参数,建议每个客户端不同。
#### CertificateObject #### CertificateObject