Browse Source

Minor updates

pull/342/head
yuhan6665 2 years ago
parent
commit
0912d0b56c
  1. 4
      docs/config/transport.md
  2. 2
      docs/document/config.md
  3. 11
      docs/en/config/transport.md
  4. 2
      docs/en/document/config.md

4
docs/config/transport.md

@ -267,8 +267,6 @@ CipherSuites 用于配置受支持的密码套件列表, 每个套件名称之
### RealityObject
Reality 在 TLS 一部分设定的基础上 有以下独有设置
```json
{
"show": false, // 选填,若为 true,输出调试信息
@ -285,7 +283,7 @@ Reality 在 TLS 一部分设定的基础上 有以下独有设置
"shortIds": [ // 必填,客户端可用的 shortId 列表,可用于区分不同的客户端
"", // 若有此项,客户端 shortId 可为空
"0123456789abcdef" // 0 到 f,长度为 2 的倍数,长度上限为 16
]
],
// 客户端选项
"show": false, // 选填,若为 true,输出调试信息
"fingerprint": "chrome", // 必填,使用 uTLS 库模拟客户端 TLS 指纹

2
docs/document/config.md

@ -96,4 +96,4 @@
- 运行 `xray run -c /etc/xray/config.json`
- 或使用 systemd 等工具将 Xray 作为服务在后台运行。
更多详细的说明可以参考 [配置文档](../config/) 和 [小小白话文](../document/level-0/)。
更多详细的说明可以参考 [配置文档](../config/) 和 [小小白话文](./level-0/)。

11
docs/en/config/transport.md

@ -267,8 +267,6 @@ CipherSuites 用于配置受支持的密码套件列表, 每个套件名称之
### RealityObject
Reality 在 TLS 一部分设定的基础上 有以下独有设置
```json
{
"show": false, // 选填,若为 true,输出调试信息
@ -285,10 +283,13 @@ Reality 在 TLS 一部分设定的基础上 有以下独有设置
"shortIds": [ // 必填,客户端可用的 shortId 列表,可用于区分不同的客户端
"", // 若有此项,客户端 shortId 可为空
"0123456789abcdef" // 0 到 f,长度为 2 的倍数,长度上限为 16
]
],
// 客户端选项
"publicKey": "", // 服务端私钥对应的公钥
"shortId": "", // 服务端 shortIds 之一
"show": false, // 选填,若为 true,输出调试信息
"fingerprint": "chrome", // 必填,使用 uTLS 库模拟客户端 TLS 指纹
"serverName": "", // 必填,服务端 serverNames 之一
"publicKey": "", // 必填,服务端私钥对应的公钥
"shortId": "", // 必填,服务端 shortIds 之一
"spiderX": "" // 爬虫初始路径与参数,建议每个客户端不同
}
```

2
docs/en/document/config.md

@ -96,4 +96,4 @@ The only thing to change in the above configuration is your server IP, which is
- Run `xray run -c /etc/xray/config.json`
- Or use something like systemd to run Xray as a service in the background.
For more detailed instructions, please refer to [Configuration](../config/) Document and [小小白话文](../documents/level-0/).
For more detailed instructions, please refer to [Configuration](../config/) Document and [小小白话文](./level-0/).

Loading…
Cancel
Save