app/v2.6.1

HyNetworks/hysteriaapp/v2.6.1Feb 4, 2025by github-actions[bot]

AI Summary

Enhances performance and compatibility by adding TCP Fast Open support, LoongArch64 architecture support, and improving authentication and version command outputs.

Key Highlights

  • Server's direct outbound now supports TCP Fast Open
  • Added support for LoongArch64 architecture
  • Username in `userpass` authentication is now case-insensitive
  • Added support to disable TLS verification for the masquerade proxy website

New Features

  • TCP Fast Open support
  • LoongArch64 support
  • TLS insecure option for masquerade
  • Case-insensitive authentication

Full Release Notes

- The server's direct outbound now supports TCP Fast Open
- Changed `LibVersion` to `Libraries` in the output of the `version` subcommand
- Added support to disable TLS verification (`insecure`) for the masquerade proxy website
- Fixed issues with tun not functioning on Linux when `ipv6.disable=1` is set
- Added support for `LoongArch64`
- Updated quic-go to version 0.49.0
- Made the username in `userpass` authentication case-insensitive

---

- 服务端 direct outbound 支持 TCP Fast Open
- `version` 子命令的输出中将 `LibVersion` 改为 `Libraries`
- 伪装代理网站回源支持禁用 TLS 验证 (`insecure`)
- 修复在 Linux 上 `ipv6.disable=1` 时 tun 无法正常工作的 bug
- 添加对 `LoongArch64` 的支持 (64 位龙芯)
- quic-go 更新到 v0.49.0
- `userpass` 认证中的用户名不再区分大小写