Skip to content

Limiter v3.10.0

Compare
Choose a tag to compare
@novln novln released this 17 Mar 18:32
· 29 commits to master since this release

Changelog

  • Add warnings about using HTTP headers to obtain users IP
  • Add WithClientIPHeader new option
  • Upgrade dependencies
    • Including fasthttp to v1.34.0

Warning

If you use limiter behind a reverse proxy, please be extremely careful of your network topology / configuration.
If you enable WithTrustForwardHeader option, wrongfully used this could enable spoofable IP.
Please read the README and understand the implication of relying on X-Real-IP and/or X-Forwarded-For headers.

Links: