mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
Add SOCKS5 auth options to README
This commit is contained in:
parent
b94cf9035d
commit
354389df8f
2 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,8 @@ The command line program supports loading configurations from both JSON files an
|
|||
| SOCKS5 listen address | socks5_addr | -socks5-addr |
|
||||
| SOCKS5 connection timeout in seconds | socks5_timeout | -socks5-timeout |
|
||||
| Disable SOCKS5 UDP support | socks5_disable_udp | -socks5-disable-udp |
|
||||
| SOCKS5 auth username | socks5_user | -socks5-user |
|
||||
| SOCKS5 auth password | socks5_password | -socks5-password |
|
||||
| HTTP listen address | http_addr | -http-addr |
|
||||
| HTTP connection timeout in seconds | http_timeout | -http-timeout |
|
||||
| HTTP basic auth username | http_user | -http-user |
|
||||
|
|
|
@ -86,6 +86,8 @@ Hysteria 是专门针对恶劣网络环境(常见于在中国访问海外服
|
|||
| SOCKS5 监听地址 | socks5_addr | -socks5-addr |
|
||||
| SOCKS5 超时时间(秒) | socks5_timeout | -socks5-timeout |
|
||||
| 禁用 SOCKS5 UDP 支持 | socks5_disable_udp | -socks5-disable-udp |
|
||||
| SOCKS5 验证用户名 | socks5_user | -socks5-user |
|
||||
| SOCKS5 验证密码 | socks5_password | -socks5-password |
|
||||
| HTTP 监听地址 | http_addr | -http-addr |
|
||||
| HTTP 超时时间(秒) | http_timeout | -http-timeout |
|
||||
| HTTP 验证用户名 | http_user | -http-user |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue