Skip to content

Version 0.31.0

Compare
Choose a tag to compare
@Kludex Kludex released this 27 Sep 19:54
· 10 commits to master since this release
a507532

Added

Improve ProxyHeadersMiddleware (#2468) and (#2231):

  • Fix the host for requests from clients running on the proxy server itself.
  • Fallback to host that was already set for empty x-forwarded-for headers.
  • Also allow specifying IP Networks as trusted hosts. This greatly simplifies deployments
    on docker swarm/Kubernetes, where the reverse proxy might have a dynamic IP.
    • This includes support for IPv6 Address/Networks.

Full Changelog: 0.30.6...0.31.0