| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-04 | 711 Bytes | |
| v0.9.5 source code.tar.gz | 2026-04-04 | 532.0 kB | |
| v0.9.5 source code.zip | 2026-04-04 | 592.8 kB | |
| Totals: 3 Items | 1.1 MB | 0 | |
Bug Fixes
--forcekills existing process:--forcenow terminates the process that owns the conflicting route before registering a new one, instead of only removing the stale route entry (#204)- CA certificate included in TLS chain: The proxy now sends the CA certificate as part of the TLS chain, fixing
UNABLE_TO_VERIFY_LEAF_SIGNATUREerrors in clients that do not have the portless CA in their trust store (#203)
Contributors
- @ctate
Bug Fixes
- README missing from npm package: The published npm package now includes its README. Previously
.gitignoreexcluded the copied README during packing; an.npmignoreoverride fixes this. (#197)
Contributors
- @ctate