From e6d6a821db80e7f47ee6e981a144984e1d4ddb3d Mon Sep 17 00:00:00 2001 From: snail007 Date: Mon, 9 Jun 2025 14:32:52 +0800 Subject: [PATCH] update --- README.md | 2 +- README_ZH.md | 2 +- docs/manual/manual.md | 2 +- docs/manual/zh/manual.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 575025a..e45ee1a 100644 --- a/README.md +++ b/README.md @@ -2217,7 +2217,7 @@ The following is a complete URL request example: `bytes`: the number of traffic bytes used by the user. `out_local_addr`: outgoing tcp connection's local address,format: IP: port. `out_remote_addr`: outgoing tcp connection's remote address,format: IP: port. -`upstream`: upstream used by outgoing tcp connection, if none upstream be used, it's empty. +`upstream`: upstream used by outgoing tcp connection, if none upstream be used, it's empty. `sniff_domain`: This parameter is only available when the SPS function is enabled and the `--sniff-domain` option is used. The "sniff_domain" parameter is the sniffed domain name, in the format: domain or domain:port; this parameter only has a value when the client accesses an http/https URL, otherwise it is empty. #### Tips diff --git a/README_ZH.md b/README_ZH.md index e194670..a22707e 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -2318,7 +2318,7 @@ proxy会把连接使用的流量上报到这个地址,具体情况是,proxy发 `bytes`: 此次使用的流量字节数。 `out_local_addr`: 代理对外建立的TCP连接的本地地址,格式: `IP:端口`。 `out_remote_addr`: 代理对外建立的TCP连接的远程地址,格式: `IP:端口`。 -`upstream`: 使用的上级,格式是标准URL格式,如果没有使用上级,这里是空。 +`upstream`: 使用的上级,格式是标准URL格式,如果没有使用上级,这里是空。 `sniff_domain`: 只有当 sps 功能,使用参数 `--sniff-domain` 开启了嗅探功能 ,才会有这个参数。参数“sniff_domain”是嗅探到的域名,格式:域名,或者: 域名:端口;只有在客户端访问的是 http/https 网址的时候这个参数才有值,其它情况为空。 #### 提示 diff --git a/docs/manual/manual.md b/docs/manual/manual.md index 68ea7c6..2b6ecd6 100644 --- a/docs/manual/manual.md +++ b/docs/manual/manual.md @@ -2019,7 +2019,7 @@ The following is a complete URL request example: `bytes`: the number of traffic bytes used by the user. `out_local_addr`: outgoing tcp connection's local address,format: IP: port. `out_remote_addr`: outgoing tcp connection's remote address,format: IP: port. -`upstream`: upstream used by outgoing tcp connection, if none upstream be used, it's empty. +`upstream`: upstream used by outgoing tcp connection, if none upstream be used, it's empty. `sniff_domain`: This parameter is only available when the SPS function is enabled and the `--sniff-domain` option is used. The "sniff_domain" parameter is the sniffed domain name, in the format: domain or domain:port; this parameter only has a value when the client accesses an http/https URL, otherwise it is empty. #### Tips diff --git a/docs/manual/zh/manual.md b/docs/manual/zh/manual.md index 039f1bc..f137e63 100644 --- a/docs/manual/zh/manual.md +++ b/docs/manual/zh/manual.md @@ -2091,7 +2091,7 @@ proxy会把连接使用的流量上报到这个地址,具体情况是,proxy发 `bytes`: 此次使用的流量字节数。 `out_local_addr`: 代理对外建立的TCP连接的本地地址,格式: `IP:端口`。 `out_remote_addr`: 代理对外建立的TCP连接的远程地址,格式: `IP:端口`。 -`upstream`: 使用的上级,格式是标准URL格式,如果没有使用上级,这里是空。 +`upstream`: 使用的上级,格式是标准URL格式,如果没有使用上级,这里是空。 `sniff_domain`: 只有当 sps 功能,使用参数 `--sniff-domain` 开启了嗅探功能 ,才会有这个参数。参数“sniff_domain”是嗅探到的域名,格式:域名,或者: 域名:端口;只有在客户端访问的是 http/https 网址的时候这个参数才有值,其它情况为空。 #### 提示