v3.3.2-rc2
tobychui/zoraxyv3.3.2-rc2Feb 27, 2026by tobychui
AI Summary
This release introduced experimental Zoraxy Auth integrated SSO options for simplified authentication, new Wintty Web SSH terminal for Windows servers, and major improvements to fast-geoip mode reducing memory usage from 800+MB to ~150MB through trie tree implementation improvements.
Key Highlights
- New experimental Zoraxy Auth integrated SSO options
- New Wintty Web SSH terminal for Windows host servers
- Fast-geoip mode memory reduction from 800+MB to ~150MB
- Updated lego to v4.32.0
- Fixed forward auth saving and defaults
- Removed docker webfm environment variable
New Features
- Zoraxy Auth integrated SSO
- Wintty Web SSH terminal for Windows
- Fast-geoip mode optimization
- Verbal output for uptime monitor with dev-true flag
Full Release Notes
<img width="1496" height="908" alt="圖片" src="https://github.com/user-attachments/assets/ec289807-2fb4-48e2-9835-24c2821e48b2" /> # v3.3.2-rc2 This release introduced the new experimental Zoraxy Auth integrated SSO options for those like me who are too lazy to setup an external auth instance. This rc also added new Wintty Web SSH terminal for Windows host server, update implementation in dpcore and add verbal output to uptime monitor when `dev-true` flag is set. Some improvements are also being introduced with this release, one of the most noticeable one is that now, fast-geoip mode takes around 150MB (compare to previously 800+MB) due to an improvement in the trie tree implementation as well as some geo-ip resolve logic changes. Feedback are welcomed. ## What's Changed * fix: forward auth saving and defaults by @CrazyWolf13 in https://github.com/tobychui/zoraxy/pull/1045 * Update lego to v4.32.0 and fix shell script by @zen8841 in https://github.com/tobychui/zoraxy/pull/1051 * remove: docker webfm env var by @PassiveLemon in https://github.com/tobychui/zoraxy/pull/1057 * v3.3.2-rc2 by @tobychui in https://github.com/tobychui/zoraxy/pull/1055 ## New Contributors * @CrazyWolf13 made their first contribution in https://github.com/tobychui/zoraxy/pull/1045 **Full Changelog**: https://github.com/tobychui/zoraxy/compare/v3.3.2-rc1...v3.3.2-rc2