diff --git a/docs/docs/advanced/Full-Client-Config.md b/docs/docs/advanced/Full-Client-Config.md index c2e29f4..3c538b9 100644 --- a/docs/docs/advanced/Full-Client-Config.md +++ b/docs/docs/advanced/Full-Client-Config.md @@ -155,6 +155,8 @@ lazy: true To use the Hysteria client, you must at least specify one of the following modes: +> **Tips:** Starting with version 2.4.1, the Hysteria client can support both SOCKS5 and HTTP protocols on a single port. Just have both `socks5` and `http` in the configuration and make sure their `listen` addresses are exactly the same. + ### SOCKS5 A SOCKS5 proxy server that can be used with any SOCKS5-compatible application. Supports both TCP and UDP. diff --git a/docs/docs/advanced/Full-Client-Config.zh.md b/docs/docs/advanced/Full-Client-Config.zh.md index 6b7bcfc..e7d3960 100644 --- a/docs/docs/advanced/Full-Client-Config.zh.md +++ b/docs/docs/advanced/Full-Client-Config.zh.md @@ -155,6 +155,8 @@ lazy: true 要使用 Hysteria 客户端,必须至少指定下面中的一个代理模式。 +> **提示:**从 2.4.1 版本开始,Hysteria 客户端支持单端口同时支持 SOCKS5 和 HTTP 代理,只需在配置文件中同时配置 `socks5` 和 `http` 并且 `listen` 地址完全相同即可。 + ### SOCKS5 SOCKS5 代理服务器。支持 TCP 和 UDP。