aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/tomasen/realip/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/tomasen/realip/README.md')
-rw-r--r--vendor/github.com/tomasen/realip/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/github.com/tomasen/realip/README.md b/vendor/github.com/tomasen/realip/README.md
new file mode 100644
index 0000000..3eea89a
--- /dev/null
+++ b/vendor/github.com/tomasen/realip/README.md
@@ -0,0 +1,18 @@
+a golang library that can get client's real public ip address from http request headers
+
+[![Build Status](https://travis-ci.org/tomasen/realip.svg?branch=master)](https://travis-ci.org/Tomasen/realip)
+[![GoDoc](https://godoc.org/github.com/Tomasen/realip?status.svg)](http://godoc.org/github.com/Tomasen/realip)
+
+
+* 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:
+
+* [golint](https://github.com/golang/lint)
+* [go vet](https://godoc.org/golang.org/x/tools/cmd/vet)
+* [gofmt](https://golang.org/cmd/gofmt)
+* [go test](https://golang.org/cmd/go/#hdr-Test_packages):