| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-24 | 656 Bytes | |
| v0.15.0 source code.tar.gz | 2026-06-24 | 628.6 kB | |
| v0.15.0 source code.zip | 2026-06-24 | 703.2 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
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)
Contributors
- @ctate