mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-08 05:19:56 +00:00
docs: improve README
This commit is contained in:
parent
7861ad8bc0
commit
2c4287fb54
@ -349,7 +349,9 @@ recommended.
|
|||||||
|
|
||||||
[ACL File Format](ACL.md)
|
[ACL File Format](ACL.md)
|
||||||
|
|
||||||
Note: ACL is only available in SOCKS5 & HTTP proxy mode! It has no effect in other modes.
|
ACL is available on both client & server. On the server side it can be used to restrict what the clients can access, and
|
||||||
|
is valid for any mode on the client side. On the client side, it's only supported in SOCKS5 & HTTP proxy modes, and has
|
||||||
|
no effect in other modes (all traffic will go through the proxy)
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
|
|
||||||
|
@ -331,7 +331,8 @@ Hysteria 服务端与客户端默认的 receive window 大小是 64 MB。如果
|
|||||||
|
|
||||||
[ACL 文件格式](ACL.zh.md)
|
[ACL 文件格式](ACL.zh.md)
|
||||||
|
|
||||||
注意:ACL 模式仅在 SOCKS5 和 HTTP 代理模式下生效!其他模式没有效果。
|
ACL 在服务端和客户端都可以使用。在服务端可以用来实现限制客户端能访问的目标,对客户端任何模式都有效。在客户端只有 SOCKS5 和 HTTP 代理
|
||||||
|
支持 ACL。其他模式下没有效果(所有流量都会走代理)。
|
||||||
|
|
||||||
## 日志
|
## 日志
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user