
v3.2.5
This version added a new feature that allow user customize their choice of TLS / SSL certificate and disable SNI function, as well as added proxy protocol v1 support to stream proxy.
Change Log
- Added new API endpoint /api/proxy/setTlsConfig (for HTTP Proxy Editor TLS tab)
- Refactored TLS certificate management APIs with new handlers
- Removed redundant functions from src/cert.go and delegated to tlsCertManager
- Code optimization in tlscert module
- Introduced a new constant CONF_FOLDER and updated configuration storage paths (phasing out hard coded paths)
- Updated functions to set default TLS options when missing, default to SNI
By @jemmy1794
- Added Proxy Protocol v1 support in stream proxy
- Fixed Proxy UI bug