From 3a23a9a1f54bcd16592877a0ae3e1a3ae228a102 Mon Sep 17 00:00:00 2001 From: Adam Pritchard Date: Sun, 27 Mar 2022 08:25:52 -0400 Subject: [PATCH] Fix Go playground --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8974b86..8d3b854 100644 --- a/README.md +++ b/README.md @@ -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.