Update README about SOCKS5 implementation

This commit is contained in:
Toby 2020-04-24 20:04:08 -07:00
parent be97a593df
commit 41cae19aee
2 changed files with 9 additions and 1 deletions

View File

@ -86,6 +86,10 @@ The command line program supports loading configurations from both JSON files an
| Max receive window size | recv_window | -recv-window | | Max receive window size | recv_window | -recv-window |
| Obfuscation key | obfs | -obfs | | 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 #### 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: 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:

View File

@ -84,6 +84,10 @@ Hysteria 是专门针对恶劣网络环境(常见于在中国访问海外服
| 总最大接收窗口大小 | recv_window | -recv-window | | 总最大接收窗口大小 | recv_window | -recv-window |
| 混淆密钥 | obfs | -obfs | | 混淆密钥 | obfs | -obfs |
#### 关于 SOCKS5
支持 TCP (CONNECT) 和 UDP (ASSOCIATE),不支持 BIND 也无计划支持。
#### 关于用户名密码验证 #### 关于用户名密码验证
代理支持用户名和密码认证(经过 TLS 加密发送)。如果服务器启动时指定了一个验证文件,当每个用户连接时,服务器会检查该文件中是否存在相应的用户名和密码。验证文件是一个文本文件,每行有一对用户名和密码(用空格分割)。比如: 代理支持用户名和密码认证(经过 TLS 加密发送)。如果服务器启动时指定了一个验证文件,当每个用户连接时,服务器会检查该文件中是否存在相应的用户名和密码。验证文件是一个文本文件,每行有一对用户名和密码(用空格分割)。比如: