aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-05-01 20:56:53 +0000
committerterminaldweller <devi@terminaldweller.com>2025-05-01 20:56:53 +0000
commitdded91a217a49a05f767129f0c8d39d47776035a (patch)
tree46979cb6fb455fb5f1a0ee847fd8e06cf94aba46
parentadded the proxy protocol to the server (diff)
downloadicanhazallips-dded91a217a49a05f767129f0c8d39d47776035a.tar.gz
icanhazallips-dded91a217a49a05f767129f0c8d39d47776035a.zip
added the proxy protocol to the server
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..dcd5ca4
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,2 @@
+github.com/pires/go-proxyproto v0.8.0 h1:5unRmEAPbHXHuLjDg01CxJWf91cw3lKHc/0xzKpXEe0=
+github.com/pires/go-proxyproto v0.8.0/go.mod h1:iknsfgnH8EkjrMeMyvfKByp9TiBZCKZM0jx2xmKqnVY=