mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +00:00
First commit
This commit is contained in:
commit
8ffb773f43
2121 changed files with 1118910 additions and 0 deletions
18
vendor/github.com/tomasen/realip/README.md
generated
vendored
Normal file
18
vendor/github.com/tomasen/realip/README.md
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
a golang library that can get client's real public ip address from http request headers
|
||||
|
||||
[](https://travis-ci.org/Tomasen/realip)
|
||||
[](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):
|
Loading…
Add table
Add a link
Reference in a new issue