Frédéric Guillot 8ffb773f43 First commit пре 8 година
..
.travis.yml 8ffb773f43 First commit пре 8 година
README.md 8ffb773f43 First commit пре 8 година
realip.go 8ffb773f43 First commit пре 8 година
realip_test.go 8ffb773f43 First commit пре 8 година

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: