- v0.0.12 版本起,示例客户端可直接使用 URI 格式:
./anytls-client -l 127.0.0.1:1080 -s "anytls://password@host:port"
没有协议更新。
Unclaimed project
Are you a maintainer of anytls-go? Claim this project to take control of your public changelog and roadmap.
./anytls-client -l 127.0.0.1:1080 -s "anytls://password@host:port"
没有协议更新。
2025 年 9 月维护更新。主要明确 cmdFIN 与 Session / Stream 关闭的行为,修复一些可能导致卡住的问题。
closeLocallyClose handling2025 年 9 月维护更新。主要明确 cmdFIN 与 Session / Stream 关闭的行为,修复一些可能导致卡住的问题。
实现了协议版本 2,此次协议更新的主要目的是实现隧道堵塞问题处理和服务器状态反馈。兼容以前(只实现了协议版本 1)的服务器/客户端。
具体请看文档说明。