Download Latest Version easytier-windows-i686-v2.4.3.zip (20.0 MB)
Email in envelope

Get an email when there's a new version of EasyTier

Home / v2.4.2
Name Modified Size InfoDownloads / Week
Parent folder
app-universal-release.apk 2025-08-11 77.1 MB
easytier-freebsd-13.2-x86_64-v2.4.2.zip 2025-08-11 22.7 MB
easytier-gui_2.4.2_aarch64.dmg 2025-08-11 9.2 MB
easytier-gui_2.4.2_amd64.AppImage 2025-08-11 94.9 MB
easytier-gui_2.4.2_amd64.deb 2025-08-11 10.4 MB
easytier-gui_2.4.2_arm64-setup.exe 2025-08-11 7.3 MB
easytier-gui_2.4.2_arm64.deb 2025-08-11 9.9 MB
easytier-gui_2.4.2_x64-setup.exe 2025-08-11 8.1 MB
easytier-gui_2.4.2_x64.dmg 2025-08-11 10.1 MB
easytier-gui_2.4.2_x86-setup.exe 2025-08-11 7.8 MB
easytier-linux-aarch64-v2.4.2.zip 2025-08-11 19.1 MB
easytier-linux-arm-v2.4.2.zip 2025-08-11 19.0 MB
easytier-linux-armhf-v2.4.2.zip 2025-08-11 19.3 MB
easytier-linux-armv7-v2.4.2.zip 2025-08-11 18.7 MB
easytier-linux-armv7hf-v2.4.2.zip 2025-08-11 19.0 MB
easytier-linux-loongarch64-v2.4.2.zip 2025-08-11 22.7 MB
easytier-linux-mips-v2.4.2.zip 2025-08-11 6.2 MB
easytier-linux-mipsel-v2.4.2.zip 2025-08-11 6.3 MB
easytier-linux-riscv64-v2.4.2.zip 2025-08-11 24.0 MB
easytier-linux-x86_64-v2.4.2.zip 2025-08-11 20.9 MB
easytier-macos-aarch64-v2.4.2.zip 2025-08-11 19.9 MB
easytier-macos-x86_64-v2.4.2.zip 2025-08-11 22.0 MB
Easytier-Magisk-v2.4.2.zip 2025-08-11 12.1 MB
easytier-web-dashboard-v2.4.2.zip 2025-08-11 825.0 kB
easytier-windows-arm64-v2.4.2.zip 2025-08-11 19.8 MB
easytier-windows-i686-v2.4.2.zip 2025-08-11 19.9 MB
easytier-windows-x86_64-v2.4.2.zip 2025-08-11 21.1 MB
README.md 2025-08-11 5.9 kB
v2.4.2 source code.tar.gz 2025-08-11 5.2 MB
v2.4.2 source code.zip 2025-08-11 5.4 MB
Totals: 30 Items   559.1 MB 0

EasyTier v2.4.2 Release Notes

📝 更新日志(v2.4.1 → v2.4.2)

🚀 新功能 / Feature Enhancements

  • CLI 对等体排序优化 - CLI 中的节点现在按 IPv4 地址和主机名排序,提升可读性 @fanyang89 #1191
  • 统计计数器 - 新增统计计数器功能,便于监控和调试网络状态 @KKRainbow #1207
  • GUI 端口转发功能 - GUI 界面增加端口转发配置功能 @FuturePrayer #1198
  • 增强加密选项 - 新增 XOR 和 ChaCha20 加密算法,针对低端设备进行了优化,并支持 OpenSSL @CyiceK #1186
  • Android 无 TUN 模式优化 - 为 Android 的 no_tun 模式添加 FOREGROUND_SERVICE,不再依赖 VPN 服务 @21paradox #1203

🐞 问题修复 / Bug Fixes

  • IPv6 路由修复 - 修复 IPv6 数据包路由问题,并避免路由循环 @KKRainbow #1187
  • Jemalloc Prof 特性修复 - 修复了 Jemalloc 的 prof 特性编译问题 @KKRainbow #1201
  • 直连死循环修复 - 修复了当目标节点启用 disable-p2p 时,直连器中可能出现的死循环问题,导致大量网络占用 @KKRainbow #1206
  • KCP 启用条件优化 - 优化了 KCP 协议的启用条件,提升网络适应性 @KKRainbow #1210
  • QUIC 传输崩溃修复 - 修复了 QUIC 传输协议可能引发的 panic 问题 @KKRainbow #1216
  • 代码质量提升 - 进行了 Clippy 代码检查和清理,提升了代码质量 @KKRainbow #1214
  • Docker 工作流更新 - 更新了 Docker 相关的持续集成工作流配置 @KKRainbow #1217

👥 新贡献者 / New Contributors

  • 🎉 @21paradox 首次贡献于 #1203
  • 🎉 @CyiceK 首次贡献于 #1186

🔗 完整更新记录: 点击查看完整变更


📝 Release Notes (v2.4.1 → v2.4.2)

🚀 Feature Enhancements

  • CLI Peer Sorting Optimization - Peers in the CLI are now sorted by IPv4 address and hostname for better readability @fanyang89 #1191
  • Statistics Counters - Added statistics counters for monitoring and debugging network status @KKRainbow #1207
  • GUI Port Forwarding - Added port forwarding configuration functionality to the GUI interface @FuturePrayer #1198
  • Enhanced Encryption Options - Added XOR and ChaCha20 encryption algorithms with optimizations for low-end devices and OpenSSL support @CyiceK #1186
  • Android No-TUN Mode Optimization - Added FOREGROUND_SERVICE for Android no_tun mode, eliminating dependency on VPN service @21paradox #1203

🐞 Bug Fixes

  • IPv6 Routing Fix - Fixed IPv6 packet routing issues and prevented route looping @KKRainbow #1187
  • Jemalloc Prof Feature Fix - Resolved compilation issues with the Jemalloc prof feature @KKRainbow #1201
  • Direct Connect Dead Loop Fix - Fixed a potential infinite loop in the direct connector when the destination peer has disable-p2p enabled @KKRainbow #1206
  • KCP Enable Condition Optimization - Optimized the conditions for enabling the KCP protocol, improving network adaptability @KKRainbow #1210
  • QUIC Transport Panic Fix - Fixed a potential panic issue in the QUIC transport protocol @KKRainbow #1216
  • Code Quality Improvement - Performed Clippy code checks and cleanup, enhancing code quality @KKRainbow #1214
  • Docker Workflow Update - Updated Docker-related continuous integration workflow configurations @KKRainbow #1217

👥 New Contributors

  • 🎉 @21paradox made their first contribution in #1203
  • 🎉 @CyiceK made their first contribution in #1186

🔗 Full Changelog: View Full Changes

Source: README.md, updated 2025-08-11