Skip to content

app/v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 06:45
· 164 commits to master since this release
02baab1
  • Added a built-in speed test subcommand for client & its server-side support (https://hysteria.network/docs/advanced/Speed-Test/)
  • Automatically try to re-download GeoIP/GeoSite DB files if they fail to load
  • Better SOCKS5 outbound error messages
  • Fixed a bug where the dual stack listen address was actually only listening for IPv6 on FreeBSD

  • 客户端新增速度测试子命令,以及对应的服务端支持 (https://hysteria.network/zh/docs/advanced/Speed-Test/)
  • 如果 GeoIP/GeoSite 数据库加载失败,会自动尝试重新下载
  • 改进了 SOCKS5 出站错误信息的显示
  • 修复了在 FreeBSD 上双栈监听地址实际上只监听 IPv6 的 bug