mirror of
https://github.com/fosrl/gerbil.git
synced 2026-03-09 07:02:04 -05:00
-
released this
2025-08-27 16:22:08 -05:00 | 88 commits to main since this release📅 Originally published on GitHub: Wed, 27 Aug 2025 21:36:56 GMT
🏷️ Git tag created: Wed, 27 Aug 2025 21:22:08 GMTWhat's Changed
- Add proxy protocol by @oschwartz10612 in https://github.com/fosrl/gerbil/pull/23
BREAKING
If you are on a managed node and update Gerbil to 1.2.1 you need to allow the proxy protocol with something like the following in your
config/traefik_config.ymlwebsecure: proxyProtocol: trustedIPs: - 0.0.0.0/0 - ::1/128Full Changelog: https://github.com/fosrl/gerbil/compare/1.2.0...1.2.1
Downloads