| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ghostunnel-darwin-universal | 2026-02-24 | 97.3 MB | |
| ghostunnel-darwin-amd64 | 2026-02-24 | 50.2 MB | |
| ghostunnel-darwin-arm64 | 2026-02-24 | 47.0 MB | |
| ghostunnel-linux-amd64 | 2026-02-24 | 47.6 MB | |
| ghostunnel-linux-arm64 | 2026-02-24 | 44.7 MB | |
| ghostunnel-windows-amd64.exe | 2026-02-24 | 65.4 MB | |
| README.md | 2026-02-24 | 1.1 kB | |
| Version 1.9.2 source code.tar.gz | 2026-02-24 | 14.4 MB | |
| Version 1.9.2 source code.zip | 2026-02-24 | 19.3 MB | |
| Totals: 9 Items | 385.8 MB | 0 | |
Bug fix release
Changes
- Allow 5 retries for ACME production certs (by @erikng in https://github.com/ghostunnel/ghostunnel/pull/646). This makes fetching ACME certificates on startup more reliable by doing a limited number of retries, with exponential backoff, when initial requests are timing out. Note that this can make Ghostunnel a bit slower to fail on startup in some circumstances.
- Fix --cacert being ignored in ACME mode (by @csstaub in https://github.com/ghostunnel/ghostunnel/pull/649). This fixes [#647], a bug where Ghostunnel would not honor the
--cacertsetting if it was otherwise getting certs from ACME. Thanks to @erikng for finding & reporting this, as well as verifying the fix.
Minor Changes
- General housekeeping, such as bumping dependencies and fixing typos (#632, [#636], [#640], [#644]), adding a new
mage go:linttarget for easier linting in development (#638), additional unit/integration testing (#641, [#642], [#643]), and upgrading to Go 1.26 for builds (#637).
Full Changelog: https://github.com/ghostunnel/ghostunnel/compare/v1.9.1...v1.9.2