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: