From 8f589192caf498c25d6a2c7e1cc775111d579b33 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 11 Jul 2024 22:10:40 +0200 Subject: [PATCH] Fix typos (#528) --- docs/document/level-2/nginx_or_haproxy_tls_tunnel.md | 4 ++-- docs/en/config/features/multiple.md | 4 ++-- docs/en/config/outbounds/freedom.md | 2 +- docs/en/config/transport.md | 2 +- docs/en/config/transports/quic.md | 2 +- docs/en/document/level-2/nginx_or_haproxy_tls_tunnel.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/document/level-2/nginx_or_haproxy_tls_tunnel.md b/docs/document/level-2/nginx_or_haproxy_tls_tunnel.md index 3f07918..724f8d2 100644 --- a/docs/document/level-2/nginx_or_haproxy_tls_tunnel.md +++ b/docs/document/level-2/nginx_or_haproxy_tls_tunnel.md @@ -4,7 +4,7 @@ title: Nginx 或 Haproxy 搭建 TLS 隧道隐藏指纹 Nginx 或 Haproxy 实现的 HTTPS 隧道、HTTP/2 over HTTPS 隧道、WebSocket over HTTP/2 over HTTPS 隧道、gRPC over HTTP/2 over HTTPS 隧道以及自签证书双端认证的 gRPC over HTTP/2 over HTTPS 隧道 -# 客户端服务端 Nginx 构建 HTPPS 隧道隐藏指纹 +# 客户端服务端 Nginx 构建 HTTPS 隧道隐藏指纹 网路结构: @@ -326,7 +326,7 @@ ip6tables -t mangle -A XRAY6_MASK -d VPS_IPv6/128 -j RETURN ## 结束 -# 双端 Haproxy 构建 HTPPS 隧道隐藏指纹 +# 双端 Haproxy 构建 HTTPS 隧道隐藏指纹 安装 Haproxy diff --git a/docs/en/config/features/multiple.md b/docs/en/config/features/multiple.md index 64d6956..3df65a8 100644 --- a/docs/en/config/features/multiple.md +++ b/docs/en/config/features/multiple.md @@ -20,13 +20,13 @@ You can also use `Xray.location.confdir` or `Xray_LOCATION_CONFDIR` to specify t The `-confdir` parameter takes precedence over the environment variable. If a valid directory is specified by the parameter, the path in the environment variable will not be read. -## Rule Explaination +## Rule Explanation ### Normal Objects(`{}`) **In the top-level object of `JSON`, the latter overrides or supplements the former.** -For ecample: +For example: - base.json diff --git a/docs/en/config/outbounds/freedom.md b/docs/en/config/outbounds/freedom.md index 163f6ce..5b11ab7 100644 --- a/docs/en/config/outbounds/freedom.md +++ b/docs/en/config/outbounds/freedom.md @@ -49,7 +49,7 @@ The value of `userLevel` corresponds to the value of `level` in the [policy](../ > `fragment`: map -A key-value map used to control TCP fragmentation,under some circumstances it can cheat the censor syetem, like bypass a SNI blacklist. +A key-value map used to control TCP fragmentation,under some circumstances it can cheat the censor system, like bypass a SNI blacklist. `"packets"`:support two different methods. "1-3" is for segmentation at TCP layer, applying to the beginning 1 to 3 data writes by the client. "tlshello" is for TLS client hello packet fragmentation. diff --git a/docs/en/config/transport.md b/docs/en/config/transport.md index 25b9a21..4ed2993 100644 --- a/docs/en/config/transport.md +++ b/docs/en/config/transport.md @@ -166,7 +166,7 @@ Configures the current Domain Socket connection. Valid only when Domain Socket i > `httpupgradeSettings`: [HttpUpgradeObject](./transports/httpupgrade.md) -Configures the current HTTPUpragde connection. Valid only when HTTPUpgrade is used. Same schema as global. +Configures the current HTTPUpgrade connection. Valid only when HTTPUpgrade is used. Same schema as global. > `splithttpSettings`: [SplitHttpObject](./transports/splithttp.md) diff --git a/docs/en/config/transports/quic.md b/docs/en/config/transports/quic.md index 7269b99..16da713 100644 --- a/docs/en/config/transports/quic.md +++ b/docs/en/config/transports/quic.md @@ -36,7 +36,7 @@ QUIC requires TLS to be enabled and if it is not enabled in the [Transport Proto Encryption method. -Extra encryption over entire QUIC packet, include the frame head part. Default value is "none" for no encryption. After being encrypted, QUIC packets will not be detected as QUIC but some other unknow traffic. +Extra encryption over entire QUIC packet, include the frame head part. Default value is "none" for no encryption. After being encrypted, QUIC packets will not be detected as QUIC but some other unknown traffic. The default value is `none` diff --git a/docs/en/document/level-2/nginx_or_haproxy_tls_tunnel.md b/docs/en/document/level-2/nginx_or_haproxy_tls_tunnel.md index 3f07918..724f8d2 100644 --- a/docs/en/document/level-2/nginx_or_haproxy_tls_tunnel.md +++ b/docs/en/document/level-2/nginx_or_haproxy_tls_tunnel.md @@ -4,7 +4,7 @@ title: Nginx 或 Haproxy 搭建 TLS 隧道隐藏指纹 Nginx 或 Haproxy 实现的 HTTPS 隧道、HTTP/2 over HTTPS 隧道、WebSocket over HTTP/2 over HTTPS 隧道、gRPC over HTTP/2 over HTTPS 隧道以及自签证书双端认证的 gRPC over HTTP/2 over HTTPS 隧道 -# 客户端服务端 Nginx 构建 HTPPS 隧道隐藏指纹 +# 客户端服务端 Nginx 构建 HTTPS 隧道隐藏指纹 网路结构: @@ -326,7 +326,7 @@ ip6tables -t mangle -A XRAY6_MASK -d VPS_IPv6/128 -j RETURN ## 结束 -# 双端 Haproxy 构建 HTPPS 隧道隐藏指纹 +# 双端 Haproxy 构建 HTTPS 隧道隐藏指纹 安装 Haproxy