Skip to content

Commit

Permalink
Fix Go playground
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Mar 27, 2022
1 parent 49b92f4 commit 3a23a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clientIPStrategy, err := realclientip.RightmostTrustedCountStrategy("X-Forwarded
clientIP := clientIPStrategy(req.Header, req.RemoteAddr)
```

Try it out [in the playground](https://go.dev/play/p/_NiOh3WF0-3).
Try it out [in the playground](https://go.dev/play/p/Z0jNsEcOCnL).

There are a number of different strategies available -- the right one will depend on your network configuration. See the [documentation](https://pkg.go.dev/github.com/realclientip/realclientip-go) to find out what's available and which you should use.

Expand Down

0 comments on commit 3a23a9a

Please sign in to comment.