From 0912d0b56c7fb7d3684fd834ccf32c8d4adbd316 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Wed, 8 Mar 2023 01:03:19 -0500 Subject: [PATCH] Minor updates --- docs/config/transport.md | 4 +--- docs/document/config.md | 2 +- docs/en/config/transport.md | 11 ++++++----- docs/en/document/config.md | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/config/transport.md b/docs/config/transport.md index d86cf3afb..f6854e58f 100644 --- a/docs/config/transport.md +++ b/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 指纹 diff --git a/docs/document/config.md b/docs/document/config.md index 678f75dbd..162a48e30 100644 --- a/docs/document/config.md +++ b/docs/document/config.md @@ -96,4 +96,4 @@ - 运行 `xray run -c /etc/xray/config.json` - 或使用 systemd 等工具将 Xray 作为服务在后台运行。 -更多详细的说明可以参考 [配置文档](../config/) 和 [小小白话文](../document/level-0/)。 +更多详细的说明可以参考 [配置文档](../config/) 和 [小小白话文](./level-0/)。 diff --git a/docs/en/config/transport.md b/docs/en/config/transport.md index f7ac96578..f6854e58f 100644 --- a/docs/en/config/transport.md +++ b/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": "" // 爬虫初始路径与参数,建议每个客户端不同 } ``` diff --git a/docs/en/document/config.md b/docs/en/document/config.md index 2219a4777..f86b7c520 100644 --- a/docs/en/document/config.md +++ b/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/).