Fix typos (#528)

This commit is contained in:
MHSanaei 2024-07-11 22:10:40 +02:00 committed by GitHub
parent 455e806ffe
commit 8f589192ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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 fragmentationunder some circumstances it can cheat the censor syetem, like bypass a SNI blacklist.
A key-value map used to control TCP fragmentationunder 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.

View File

@ -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)

View File

@ -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`

View File

@ -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