6809e0a377de6157a1cb290b7c4739943a7350e3
连接页延迟显示 ~3ms:连接态下 _measure 的直连 TCP 实测被全局 TUN 在本地接住, connect() 几毫秒即返回(假值),覆盖了内核 urltest 经 setLivePing 回写的真实 RTT (macOS system 栈 TUN 尤其明显)。Windows 端延迟本就取 sing-box urltest(clash API /proxies 的 history delay),macOS 经 libbox writeGroups 的 item.urlTestDelay 同源。 修复:_measure 在 connectionProvider.phase==on 时直接返回,不做直连实测——连接态延迟 只认 urltest(与 Windows 一致),断开后再恢复直连实测。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pangolin
面向中国大陆用户的终端 VPN(科学上网)项目。
- 设计方案:
docs/技术方案.md - 实施计划:
plan/ - 部署(Phase 0,容器化 + CI/CD):
deploy/
Phase 0 现状
数据面两条线,容器化、经 Gitea Actions 自动部署到节点,与现网服务隔离:
- Xray VLESS + REALITY(主线,经宿主 nginx SNI 分流)
- sing-box Hysteria2(晚高峰加速线,UDP 443)
部署细节见 deploy/README.md。
Description
Releases
26
client 1.1.4
Latest
Languages
Go
35.8%
Dart
21.2%
JavaScript
13%
HTML
12.9%
Shell
4.6%
Other
12.3%