crowdsecurity / cs-haproxy-bouncer

Crowdsec bouncer for HAProxy
MIT License
22 stars 8 forks source link

CrowdSec

📚 Documentation 💠 Hub 💬 Discourse

CrowdSec HAProxy Bouncer

A lua bouncer for haproxy.

How does it work ?

This bouncer leverages haproxy lua's API.

New/unknown IP are checked against crowdsec API, and if request should be blocked, a 403 is returned to the user, and put in cache.

Installation

Please follow the official documentation.