miniflux-v2/vendor/github.com/tomasen/realip/README.md
Frédéric Guillot 8ffb773f43 First commit
2017-11-19 22:01:46 -08:00

666 B

a golang library that can get client's real public ip address from http request headers

Build Status GoDoc

  • follow the rule of X-FORWARDED-FOR/rfc7239
  • follow the rule of X-Real-Ip
  • lan/intranet IP address filtered

Developing

Commited code must pass: