- The client now supports listening to both HTTP and SOCKS5 on a single port by making their
listenaddresses the same - The client has added a new
sockoptssection toquicwhich allows the user to specify the bind interface, fwmark and FD control socket path for outbound QUIC connections. This is a feature mainly for Android app development.
- 客户端现已支持在同一端口上同时监听 HTTP 和 SOCKS5,只需将它们的
listen地址设置为相同即可 - 客户端在
quic下新增了sockopts部分,允许用户为出站的 QUIC 连接绑定指定网卡、设置 fwmark 和 FD control socket 路径。此功能主要用于 Android 代理应用的开发。