diff --git a/README.md b/README.md index 98ff9bf..181e1db 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,9 @@ recommended. [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 diff --git a/README.zh.md b/README.zh.md index a04adec..9518bca 100644 --- a/README.zh.md +++ b/README.zh.md @@ -331,7 +331,8 @@ Hysteria 服务端与客户端默认的 receive window 大小是 64 MB。如果 [ACL 文件格式](ACL.zh.md) -注意:ACL 模式仅在 SOCKS5 和 HTTP 代理模式下生效!其他模式没有效果。 +ACL 在服务端和客户端都可以使用。在服务端可以用来实现限制客户端能访问的目标,对客户端任何模式都有效。在客户端只有 SOCKS5 和 HTTP 代理 +支持 ACL。其他模式下没有效果(所有流量都会走代理)。 ## 日志