KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
cs-haproxy-bouncer
★ 31
Open GitHub ↗
Crowdsec bouncer for HAProxy
Download README (.md)
Explore Similar Repositories
deploykit
:
Execute commands remote via ssh and locally in parallel with python
webgpu-compute-metaballs
:
WebGPU demo demonstrating marching cubes, deferred rendering, PBR, shadow mapping and different post-processing
MemLiner
:
MemLiner is a remote-memory-friendly runtime system.
Winver
:
Winver with mica for Rectify11
rustux
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cs-haproxy-bouncer
?
Download (.md)
<p align="center"> <img src="https://github.com/crowdsecurity/cs-haproxy-bouncer/raw/main/docs/assets/crowdsec_haproxy.svg" alt="CrowdSec" title="CrowdSec" width="280" height="300" /> </p> <p align="center"> <img src="https://img.shields.io/badge/build-pass-green"> <img src="https://img.shields.io/badge/tests-pass-green"> </p> <p align="center"> 📚 <a href="#installation/">Documentation</a> 💠 <a href="https://hub.crowdsec.net">Hub</a> 💬 <a href="https://discourse.crowdsec.net">Discourse </a> </p> # 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).