mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-08 05:19:53 +00:00
Update README about SOCKS5 implementation
This commit is contained in:
parent
be97a593df
commit
41cae19aee
@ -86,6 +86,10 @@ The command line program supports loading configurations from both JSON files an
|
||||
| Max receive window size | recv_window | -recv-window |
|
||||
| Obfuscation key | obfs | -obfs |
|
||||
|
||||
#### About SOCKS5
|
||||
|
||||
Supports TCP (CONNECT) and UDP (ASSOCIATE) commands. BIND is not supported and is not planned to be supported.
|
||||
|
||||
#### About proxy authentication
|
||||
|
||||
Proxy supports username and password authentication (sent encrypted with TLS). If the server starts with an authentication file, it will check for the existence of the corresponding username and password in this file when each user connects. A valid authentication file is a text file with a pair of username and password per line (separated by a space). Example:
|
||||
|
@ -84,6 +84,10 @@ Hysteria 是专门针对恶劣网络环境(常见于在中国访问海外服
|
||||
| 总最大接收窗口大小 | recv_window | -recv-window |
|
||||
| 混淆密钥 | obfs | -obfs |
|
||||
|
||||
#### 关于 SOCKS5
|
||||
|
||||
支持 TCP (CONNECT) 和 UDP (ASSOCIATE),不支持 BIND 也无计划支持。
|
||||
|
||||
#### 关于用户名密码验证
|
||||
|
||||
代理支持用户名和密码认证(经过 TLS 加密发送)。如果服务器启动时指定了一个验证文件,当每个用户连接时,服务器会检查该文件中是否存在相应的用户名和密码。验证文件是一个文本文件,每行有一对用户名和密码(用空格分割)。比如:
|
||||
|
Loading…
x
Reference in New Issue
Block a user