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

README.md

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: