diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-05-01 20:55:00 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-05-01 20:55:00 +0000 |
commit | 137e164d028a18a9f4f251e2250553a6a3524d6c (patch) | |
tree | b64225aee59912587b5477532606d78565b88e7c /go.mod | |
parent | using nginx as reverse proxy now (diff) | |
download | icanhazallips-137e164d028a18a9f4f251e2250553a6a3524d6c.tar.gz icanhazallips-137e164d028a18a9f4f251e2250553a6a3524d6c.zip |
added the proxy protocol to the server
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ module icanhazallips -go 1.19 +go 1.24.0 + +require github.com/pires/go-proxyproto v0.8.0 |