app/v2.4.0
github-actions
released this
23 Mar 23:14
·
154 commits
to master
since this release
- Added TUN mode to client (supports Windows, Linux & macOS)
- ACL now supports matching port ranges (e.g.
reject(all, udp/40000-50000)
) - Added a
listenHost
field to the server ACME config to allow specifying the listening address for receiving validation requests - Updated quic-go to v0.42.0
- Lowered the log level for proxied connection errors from error to warning
- 客户端新增 TUN 模式,支持 Windows, Linux 和 macOS
- ACL 端口匹配支持范围 (如
reject(all, udp/40000-50000)
) - 服务端 ACME 配置新增
listenHost
字段,用于指定接收验证请求的监听地址 - quic-go 更新到 v0.42.0
- 被代理的连接的错误日志级别由 error 降低到 warning