New Features
portless doctor: New read only diagnostics command checks Node.js, the state directory, proxy liveness, route entries, hostname resolution, HTTPS CA trust, and LAN prerequisites, then prints suggested fixes. (#337)
Bug Fixes
- HTTP/2 Host forwarding: Proxy now forwards HTTP/2
:authorityasHostto HTTP/1.1 backends, fixing apps that depend on Host and previously saw127.0.0.1for browser traffic. (#328) --forcetakeover cleanup: Exit cleanup now removes only routes still owned by the exiting process, so a forced takeover does not deregister the new owner's route. (#328)