diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-05-01 20:59:37 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-05-01 20:59:37 +0000 |
commit | 1cac36f267f7c0953090c134b7afc0706ee080a8 (patch) | |
tree | ed0964289dc9ebbefda1343bc3ab3f240abc80f8 /go.mod | |
parent | using nginx as reverse proxy now (diff) | |
download | icanhazallips-1cac36f267f7c0953090c134b7afc0706ee080a8.tar.gz icanhazallips-1cac36f267f7c0953090c134b7afc0706ee080a8.zip |
added the proxy protocol to the servermain2
Diffstat (limited to 'go.mod')
-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 |