New
v2.4.3
📝 更新日志(v2.4.2 → v2.4.3)
🚀 新功能 / Feature Enhancements
- 自定义 STUN 服务器 - 支持在配置中指定自定义 STUN 服务器,提高 NAT 穿透成功率 @fanyang89 #1212
- Magisk 模块增强
- 新增热点局域网转发功能,便于移动端共享网络 @ThermalEng #1252
- 支持自定义启动参数,满足高级用户需求 @TigerBeanst #1236
- 共享节点在线监控 - 为 EasyTier 公共共享节点引入在线时长监控,方便运维与统计 @KKRainbow #1250
- 基于分组的 ACL 规则 - ACL 新增 group-based 规则及配套结构,实现更灵活的访问控制 @xzzpig #1265
- tokio-console 支持 - 集成 tokio-console,便于异步任务调试与性能分析 @fanyang89 #1259
- LoongArch64 内存优化 - Linux LoongArch64 平台改用 mimalloc,避免页面大小问题导致启动失败 @Glavo #1257
- Android 开发体验 - 新增 Android 专用 flake.nix,简化本地开发、测试与构建流程 @21paradox #1237
- CLI/GUI 体验优化
- CLI 将本地 IP 置顶显示,一目了然 @fanyang89 #1256
- GUI 节点列表支持排序,便于快速定位 @fanyang89 #1278
- 托盘菜单将“退出”项移至底部,减少误操作 @fanyang89 #1291
🐞 问题修复 / Bug Fixes
- 流量统计修正 - 修复代理流量未被计入统计的问题,确保数据准确 @KKRainbow #1229
- Dockerfile 修复 - 修正构建镜像时可能遇到的依赖与路径问题 @KKRainbow #1219
- 时间溢出 panic - 修复
std::Instant溢出导致的 panic,提升稳定性 @KKRainbow #1243 - 死锁与 panic 修复
- 解决 tokio-smoltcp 中的潜在死锁 @KKRainbow #1270
- 避免 smoltcp socket accept 时 panic @KKRainbow #1272
🛠️ 构建与文档
- Nix Flake 重构 - 重构 Nix Flake 并迁移 Android 支持,提升跨平台构建一致性 @xzzpig #1280
- README 更新 - 更新中英文 README 中的 QQ 群联系方式,方便社区交流 @KKRainbow #1275 #1274
👥 新贡献者 / New Contributors
🔗 完整更新记录: 点击查看完整变更
📝 Release Notes (v2.4.2 → v2.4.3)
🚀 Feature Enhancements
- Custom STUN Servers – Introduce support for configuring custom STUN servers to improve NAT traversal success rate @fanyang89 #1212
- Magisk Module Enhancements
- Add local hotspot-to-LAN forwarding for easy mobile network sharing @ThermalEng #1252
- Allow custom command-line arguments for advanced users @TigerBeanst #1236
- Shared Node Uptime Monitor – Track uptime of EasyTier public shared nodes to help with operations and statistics @KKRainbow #1250
- Group-based ACL Rules – Extend ACL with group-based rules and related structures for more flexible access control @xzzpig
🐞 Bug Fixes
- Traffic Accounting Fix – Proxy traffic is now correctly counted in statistics @KKRainbow #1229
- Dockerfile Corrections – Resolve dependency and path issues encountered during image builds @KKRainbow #1219
- Instant Overflow Panic – Eliminate panic caused by
std::Instantoverflow under certain conditions @KKRainbow #1243 - Deadlocks & Panics
- Fix potential deadlock in tokio-smoltcp @KKRainbow #1270
- Prevent panic when accepting smoltcp sockets @KKRainbow
🛠️ Build & Documentation
- Nix Flake Refactor – Refactor the Nix Flake and migrate Android support for consistent cross-platform builds @xzzpig #1280
- README Updates – Refresh QQ group contact details in both Chinese and English README files for easier community access @KKRainbow #1275 #1274
👥 New Contributors
- 🎉 @TigerBeanst made their first contribution in #1236
- 🎉 @ThermalEng made their first contribution in #1252
🔗 Full Changelog: View Full Changes