From 4aa080bb0e03954fa2ac336d3d53d78f8f3da68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=89=87=E6=BB=91=E7=BF=94=E7=BF=BC?= Date: Sat, 31 Aug 2024 01:04:58 +0800 Subject: [PATCH] =?UTF-8?q?Rename=20Freedom=20title=20to=20Freedom?= =?UTF-8?q?=EF=BC=88fragment=E3=80=81noise=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/XTLS/Xray-core/pull/3711#issuecomment-2321981784 --- docs/config/outbounds/freedom.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config/outbounds/freedom.md b/docs/config/outbounds/freedom.md index ba987b1..7602619 100644 --- a/docs/config/outbounds/freedom.md +++ b/docs/config/outbounds/freedom.md @@ -1,4 +1,4 @@ -# Freedom +# Freedom(fragment、noise) Freedom 是一个出站协议,可以用来向任意网络发送(正常的) TCP 或 UDP 数据。 @@ -14,7 +14,7 @@ Freedom 是一个出站协议,可以用来向任意网络发送(正常的) "length": "100-200", "interval": "10-20" // 单位ms }, - "noise": { + "noise": { "packet":"rand:100-200", "delay": "10-20" }, @@ -78,9 +78,9 @@ UDP noise, 用于在发出UDP连接前发出一些随机数据作为“噪声” 现阶段支持两种模式 `rand` 与 `str` -rand 模式,发送随机字节,冒号后接为随机字节长度,可以是固定值也可以是用 `-` 分割的随机范围,如 `"rand:150"`, 和 `"rand:100-200"` +`rand` 模式,发送随机字节,冒号后接为随机字节长度,可以是固定值也可以是用 `-` 分割的随机范围,如 `"rand:150"`, 和 `"rand:100-200"` -str 模式,发送固定的字符串,冒号后接为要发送的字符串,可以是任何字符串,不能包含冒号,如 "str:To be, or not to be, that is the question" +`str` 模式,发送固定的字符串,冒号后接为要发送的字符串,可以是任何字符串,不能包含冒号,如 `"str:To be, or not to be, that is the question"` `"delay"`:str