v3.2.8

tobychui/zoraxyv3.2.8Oct 16, 2025by tobychui

AI Summary

This release introduces user-selectable minimum TLS version for inbound connections and adds support for Proxy Protocol V1 and V2 in stream proxy configurations. It also includes bug fixes, code refactoring, and UI improvements to the TLS/SSL tab in preparation for upcoming major TLS management enhancements.

Key Highlights

  • Added user-selectable inbound minimum TLS version
  • Added Proxy Protocol V1 and V2 support for stream proxies
  • Updated TLS/SSL tab design preparing for future TLS management updates
  • Fixed issue #845
  • Refactored NormalizeDomain function to netutils module

New Features

  • User-selectable inbound minimum TLS version
  • Proxy Protocol V1 and V2 support in streamproxy configuration

Full Release Notes

<img width="911" height="451" alt="圖片" src="https://github.com/user-attachments/assets/44f39a15-2f8a-4605-9714-3b939859370f" />

# v3.2.8

This version fixed a few bugs and introduce the user select-able inbound min TLS version. This version also updated a few design in the TLS / SSL tab, getting prepared for the up coming big update in the TLS management flow in Zoraxy. 


## What's Changed
* Fix #845 by @zen8841 in https://github.com/tobychui/zoraxy/pull/846
* Move function:NormalizeDomain to netutils module by @zen8841 in https://github.com/tobychui/zoraxy/pull/847
* Add support for Proxy Protocol V1 and V2 in streamproxy configuration by @jemmy1794 in https://github.com/tobychui/zoraxy/pull/848
* V3.2.8 by @tobychui in https://github.com/tobychui/zoraxy/pull/851


**Full Changelog**: https://github.com/tobychui/zoraxy/compare/v3.2.7...v3.2.8