New Features
- Origin/Referer header rewriting: The proxy now rewrites
OriginandRefererheaders for portless-managed hostnames so backend CSRF protections accept proxied requests (#189)
Bug Fixes
- Browser-blocked ports excluded from auto-selection: Ports that browsers refuse to connect to (e.g. 6666, 6667) are now excluded from automatic port assignment (#192)
- State directory preserved during sudo elevation: Fix
portless trustlosing the state directory when elevating to sudo (#187) - Windows OpenSSL config detection: Auto-detect
openssl.cnflocation on Windows whenOPENSSLDIRpoints to a non-existent path (#183)