app/v2.8.0

HyNetworks/hysteriaapp/v2.8.0Mar 30, 2026by github-actions[bot]

AI Summary

This release introduces advanced network tuning options, including configurable congestion control profiles and random port hopping, alongside improvements to the masquerade proxy.

Key Highlights

  • Configurable congestion control with three BBR profiles (standard, conservative, aggressive) and Reno support
  • Linux-only server-side UDP port range listening with automatic firewall rule setup
  • Randomized port hopping intervals using minHopInterval/maxHopInterval
  • Added X-Forwarded-For/Host/Proto headers support to the masquerade proxy

New Features

  • Configurable BBR/Reno congestion control
  • Server-side UDP port range listening
  • Random port hopping pattern
  • X-Forwarded-For header support for masquerade

Full Release Notes

- Added [configurable congestion control](https://hysteria.network/docs/advanced/Full-Server-Config/#congestion): select between BBR and Reno, with three BBR profiles (standard, conservative, aggressive) for fine-tuning congestion control behavior
- Added [server-side UDP port range listening](https://hysteria.network/docs/advanced/Port-Hopping/#built-in-port-range-linux) (Linux only): the server can now listen on a port range and automatically set up nftables/iptables redirect rules
- Added [random port hopping interval](https://hysteria.network/docs/advanced/Port-Hopping/#client): use minHopInterval/maxHopInterval for a randomized hopping pattern instead of a fixed interval
- Added [xForwarded option to masquerade proxy](https://hysteria.network/docs/advanced/Full-Server-Config/#masquerade) for setting X-Forwarded-For/Host/Proto headers
- Minor BBR fixes and improvements
- Minor port hopping fixes and improvements

---

- 新增[可配置拥塞控制](https://hysteria.network/zh/docs/advanced/Full-Server-Config/#_6):可在 BBR 和 Reno 之间选择,并提供标准、保守、激进三种 BBR 预设 (standard, conservative, aggressive) 用于精细调节拥塞控制行为
- 新增[服务端 UDP 端口范围监听](https://hysteria.network/zh/docs/advanced/Port-Hopping/#linux)(仅 Linux):服务器现在可以监听端口范围并自动设置 nftables/iptables 重定向规则
- 新增[随机端口跳跃间隔](https://hysteria.network/zh/docs/advanced/Port-Hopping/#_2):使用 minHopInterval/maxHopInterval 实现随机化跳跃模式,替代固定间隔
- [伪装代理](https://hysteria.network/zh/docs/advanced/Full-Server-Config/#masquerade)新增 xForwarded 选项,用于设置 X-Forwarded-For/Host/Proto 头
- BBR 小幅修复和改进
- 端口跳跃小幅修复和改进