Skip to content

Commit

Permalink
mention 2.4.1 proxymux
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Apr 13, 2024
1 parent 703e1c5 commit 6373328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/advanced/Full-Client-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/advanced/Full-Client-Config.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ lazy: true

要使用 Hysteria 客户端,必须至少指定下面中的一个代理模式。

> **提示:**从 2.4.1 版本开始,Hysteria 客户端支持单端口同时支持 SOCKS5 和 HTTP 代理,只需在配置文件中同时配置 `socks5` 和 `http` 并且 `listen` 地址完全相同即可。

### SOCKS5

SOCKS5 代理服务器。支持 TCP 和 UDP。
Expand Down

0 comments on commit 6373328

Please sign in to comment.