An open API service indexing awesome lists of open source software.

https://github.com/crowdsecurity/cs-haproxy-bouncer

Crowdsec bouncer for HAProxy
https://github.com/crowdsecurity/cs-haproxy-bouncer

Last synced: 11 months ago
JSON representation

Crowdsec bouncer for HAProxy

Awesome Lists containing this project

README

          


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](https://doc.crowdsec.net/docs/next/bouncers/haproxy).