- Added Porkbun, Namecheap and Njalla as ACME DNS providers
- Fixed slow reconnection after the client has been idle or asleep, most noticeable on mobile devices. The server now sends QUIC stateless resets, so a client holding a stale connection reconnects immediately instead of waiting out its idle timeout
- Fixed mimic refusing to start when its optional kernel module is not loaded
- Various dependency updates
- 新增 Porkbun、Namecheap 与 Njalla ACME DNS 服务商支持
- 修复客户端空闲或休眠后重连缓慢的问题,在移动端上尤为明显。服务端现在会发送 QUIC 无状态重置(stateless reset),使持有失效连接的客户端能够立即重连,不再等待超时
- 修复未加载可选内核模块时 mimic 拒绝启动的问题
- 若干依赖更新