posts/haproxy-crowdsec/ #3
Replies: 1 comment 1 reply
-
really appreciate your content! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
posts/haproxy-crowdsec/
With the recent release of the official HAProxy bouncer for Crowdsec I thought I would give it a go. In doing this I found out that CrowdSec bouncer was detecting the IP using source IP, which required the use of CF-Connecting-IP to be set as the source IP. I was having issues because I have a loop in my HAProxy configuration that meant it was grabbing 127.0.0.1 as the client IP. I have resolved all of these issues and it is now working perfectly.
https://ciphermenial.github.io/posts/haproxy-crowdsec/
Beta Was this translation helpful? Give feedback.
All reactions