What's Changed
- Add proxy protocol by @oschwartz10612 in #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.yml
websecure:
proxyProtocol:
trustedIPs:
- 0.0.0.0/0
- ::1/128
Full Changelog: 1.2.0...1.2.1