v0.0.3
feat: release v0.0.3 C build with proxy routing and platform fixes
- add Baidu CONNECT proxy support with carrier-specific listen pools
- simplify candidate selection to always use the lowest score IP and fail over to the next best candidate
- add scan progress, scan statistics, and
UNKfallback for TCP-reachable candidates without readableCF-RAY - fix Windows 7 console output by writing Unicode logs through
WriteConsoleW - fix Windows data downloads by replacing external
curl/wgetcalls with WinINet - update release builds for Linux glibc dynamic and supported musl static targets
- normalize runtime data files to
ips-v4.txt,ips-v6.txt, andlocations.json - refresh README for v0.0.3 usage, build matrix, troubleshooting, and platform notes
feat: 发布 v0.0.3 C 版,加入代理分流并修复多平台兼容问题
- 添加百度 CONNECT 前置代理和运营商独立监听池
- 简化候选选择逻辑,始终使用 score 最低 IP,并在失败后切换到下一个最优候选
- 添加扫描进度、扫描统计,以及 TCP 可达但无法读取
CF-RAY时的UNK候选回退 - 通过
WriteConsoleW输出 Unicode 日志,修复 Windows 7 控制台中文乱码 - 使用 WinINet 替代外部
curl/wget,修复 Windows 数据文件下载问题 - 更新发布构建,提供 Linux glibc 动态版和受支持的 musl 静态版
- 统一运行数据文件为
ips-v4.txt、ips-v6.txt和locations.json - 更新 README,补充 v0.0.3 用法、构建矩阵、排错和平台说明