-
v2.5.0
StableSome checks failedEasyTier Test / pre_job (push) Has been cancelledEasyTier Test / test (push) Has been cancelledEasyTier Core / pre_job (push) Has been cancelledEasyTier GUI / pre_job (push) Has been cancelledEasyTier Mobile / pre_job (push) Has been cancelledEasyTier OHOS / cargo_fmt_check (push) Has been cancelledEasyTier OHOS / pre_job (push) Has been cancelledEasyTier Core / build_web (push) Has been cancelledEasyTier Core / build (freebsd-13.2-x86_64, 13.2, ubuntu-22.04, x86_64-unknown-freebsd) (push) Has been cancelledEasyTier Core / build (linux-aarch64, ubuntu-22.04, aarch64-unknown-linux-musl) (push) Has been cancelledEasyTier Core / build (linux-arm, ubuntu-22.04, arm-unknown-linux-musleabi) (push) Has been cancelledEasyTier Core / build (linux-armhf, ubuntu-22.04, arm-unknown-linux-musleabihf) (push) Has been cancelledEasyTier Core / build (linux-armv7, ubuntu-22.04, armv7-unknown-linux-musleabi) (push) Has been cancelledEasyTier Core / build (linux-armv7hf, ubuntu-22.04, armv7-unknown-linux-musleabihf) (push) Has been cancelledEasyTier Core / build (linux-loongarch64, ubuntu-24.04, loongarch64-unknown-linux-musl) (push) Has been cancelledEasyTier Core / build (linux-mips, ubuntu-22.04, mips-unknown-linux-musl) (push) Has been cancelledEasyTier Core / build (linux-mipsel, ubuntu-22.04, mipsel-unknown-linux-musl) (push) Has been cancelledEasyTier Core / build (linux-riscv64, ubuntu-22.04, riscv64gc-unknown-linux-musl) (push) Has been cancelledEasyTier Core / build (linux-x86_64, ubuntu-22.04, x86_64-unknown-linux-musl) (push) Has been cancelledEasyTier Core / build (macos-aarch64, macos-latest, aarch64-apple-darwin) (push) Has been cancelledEasyTier Core / build (macos-x86_64, macos-latest, x86_64-apple-darwin) (push) Has been cancelledEasyTier Core / build (windows-arm64, windows-latest, aarch64-pc-windows-msvc) (push) Has been cancelledEasyTier Core / build (windows-i686, windows-latest, i686-pc-windows-msvc) (push) Has been cancelledEasyTier Core / build (windows-x86_64, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelledEasyTier Core / core-result (push) Has been cancelledEasyTier Core / magisk_build (push) Has been cancelledEasyTier GUI / build-gui (linux-aarch64, aarch64-unknown-linux-gnu, ubuntu-22.04, aarch64-unknown-linux-musl) (push) Has been cancelledEasyTier GUI / build-gui (linux-x86_64, x86_64-unknown-linux-gnu, ubuntu-22.04, x86_64-unknown-linux-musl) (push) Has been cancelledEasyTier GUI / build-gui (macos-aarch64, aarch64-apple-darwin, macos-latest, aarch64-apple-darwin) (push) Has been cancelledEasyTier GUI / build-gui (macos-x86_64, x86_64-apple-darwin, macos-latest, x86_64-apple-darwin) (push) Has been cancelledEasyTier GUI / build-gui (windows-arm64, aarch64-pc-windows-msvc, windows-latest, aarch64-pc-windows-msvc) (push) Has been cancelledEasyTier GUI / build-gui (windows-i686, i686-pc-windows-msvc, windows-latest, i686-pc-windows-msvc) (push) Has been cancelledEasyTier GUI / build-gui (windows-x86_64, x86_64-pc-windows-msvc, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelledEasyTier GUI / gui-result (push) Has been cancelledEasyTier Mobile / build-mobile (android, ubuntu-22.04, android) (push) Has been cancelledEasyTier Mobile / mobile-result (push) Has been cancelledEasyTier OHOS / build-ohos (push) Has been cancelledreleased this
2025-12-31 17:31:38 +00:00 | 75 commits to main since this release📝 更新日志(v2.4.5 → v2.5.0)
🚀 关键新功能 / Key Features
- GUI 支持服务模式 - GUI 可注册为系统服务运行,避免开机启动时弹出 UAC @xzzpig https://github.com/EasyTier/EasyTier/pull/1540
- TCP 打洞 - 新增 TCP hole punching,提升复杂网络下的直连成功率 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1713
- 实验性 FakeTCP Tunnel - 新增实验性 Fake TCP tunnel 选项,感谢 udp2raw 与 phantun 项目提供的启发 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1673
🌐 DNS / 配置
- Magic DNS / IDN 增强 - 支持中文域名;重构 IDN 与 URL 处理逻辑;支持自定义 TLD zone 并修复 tld_dns_zone 相关问题 @Huchangzhi https://github.com/EasyTier/EasyTier/pull/1462 @xzzpig https://github.com/EasyTier/EasyTier/pull/1533 @agustim https://github.com/EasyTier/EasyTier/pull/1436 @changyun233 https://github.com/EasyTier/EasyTier/pull/1686
- 配置能力增强 - 配置文件支持环境变量解析;运行时配置管理通过 ConfigRpc 统一 @xzzpig https://github.com/EasyTier/EasyTier/pull/1640 https://github.com/EasyTier/EasyTier/pull/1397
- 新增 P2P-only 配置选项 - 提供仅 P2P 连接的配置模式,满足更严格的直连场景 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1598
- QUIC 监听端口可配置 - 新增 quic-listen-port 参数,支持自定义 QUIC 代理监听端口 @ZnqbuZ https://github.com/EasyTier/EasyTier/pull/1473
🖥️ GUI / Web / 易用性
- GUI 远程管理与服务模式 - GUI 支持连接 config server、支持服务模式运行,并优化网络列表加载与网络名展示 @xzzpig https://github.com/EasyTier/EasyTier/pull/1596 https://github.com/EasyTier/EasyTier/pull/1578 https://github.com/EasyTier/EasyTier/pull/1503
- 节点信息 NAT 类型展示 - 节点信息界面新增 NAT type 展示,方便排障与选路 @taurusxin https://github.com/EasyTier/EasyTier/pull/1464
- 端口转发体验提升 - 端口转发能力增强,GUI 端口转发配置支持响应式布局 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1662 @xzzpig https://github.com/EasyTier/EasyTier/pull/1530
- macOS 体验改进 - macOS UX 优化与图标更新,并修复 GUI 打开日志目录不工作的问题 @xzzpig https://github.com/EasyTier/EasyTier/pull/1631 @XuDaojie https://github.com/EasyTier/EasyTier/pull/1723 @CrazyBoyFeng https://github.com/EasyTier/EasyTier/pull/1714
🐞 关键修复 / Bug Fixes
- Android VPN 稳定性与 DNS - VpnService 下 Magic DNS 支持增强;修复 VPN 启动失败、IPv6、DNS 选择、路由更新与日志不可达等问题 @CrazyBoyFeng https://github.com/EasyTier/EasyTier/pull/1617 https://github.com/EasyTier/EasyTier/pull/1615 https://github.com/EasyTier/EasyTier/pull/1710 @xzzpig https://github.com/EasyTier/EasyTier/pull/1628 https://github.com/EasyTier/EasyTier/pull/1717 @sky96111 https://github.com/EasyTier/EasyTier/pull/1612
- Windows / 网络栈稳定性 - 修复睡眠唤醒重连、子网代理死循环等稳定性问题 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1711 https://github.com/EasyTier/EasyTier/pull/1492 @datasone https://github.com/EasyTier/EasyTier/pull/1593
- 安全与策略修复 - 修复未启用 TUN 时数据未加密问题;修复白名单/应答包被误丢弃等策略问题 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1435 https://github.com/EasyTier/EasyTier/pull/1660 https://github.com/EasyTier/EasyTier/pull/1725
⚡ 性能与资源
- 内存与性能优化 - 释放 dashmap 内存;优化 kcp_proxy/socks5 内存释放;减少 clone 并提升路由效率 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1485 @21paradox https://github.com/EasyTier/EasyTier/pull/1721 @Tunglies https://github.com/EasyTier/EasyTier/pull/1663 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1512
Downloads
-
v2.4.5 Stable
released this
2025-09-25 16:48:10 +00:00 | 154 commits to main since this releaseEasyTier v2.4.5 Release Notes
📝 更新日志(v2.4.4 → v2.4.5)
🚀 新功能 / Feature Enhancements
- 前端统计信息显示 - 前端界面新增统计信息展示功能,提供更直观的网络状态监控 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1410
- USB 共享网络转发支持 - 新增对 USB 共享网络的转发支持,扩展网络连接方式 @ThermalEng https://github.com/EasyTier/EasyTier/pull/1411
🐞 问题修复 / Bug Fixes
-
日志和配置修复
- 修复日志目录不工作的问题 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1393
- 修复从文件读取 STUN 配置不工作的问题 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1393
- 修复 GUI 中打开日志目录不工作的问题 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1403
-
平台特定修复
- 修复 macOS 上 IPv6 地址绑定失败的问题 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1398
- 修复 Windows 防火墙规则安全问题 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1407
- 网络协议修复
- 修复 SOCKS5 代理崩溃问题 @KKRainbow https://github.com/EasyTier/EasyTier/pull/1409
👥 新贡献者 / New Contributors
- 🎉 @ThermalEng 首次贡献于 https://github.com/EasyTier/EasyTier/pull/1411
🔗 完整更新记录: 点击查看完整变更
Downloads