diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-05-01 20:56:53 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-05-01 20:56:53 +0000 |
commit | dded91a217a49a05f767129f0c8d39d47776035a (patch) | |
tree | 46979cb6fb455fb5f1a0ee847fd8e06cf94aba46 | |
parent | added the proxy protocol to the server (diff) | |
download | icanhazallips-dded91a217a49a05f767129f0c8d39d47776035a.tar.gz icanhazallips-dded91a217a49a05f767129f0c8d39d47776035a.zip |
added the proxy protocol to the server
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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= |