https://github.com/crowdsecurity/cs-haproxy-bouncer
Crowdsec bouncer for HAProxy
https://github.com/crowdsecurity/cs-haproxy-bouncer
Last synced: about 1 year ago
JSON representation
Crowdsec bouncer for HAProxy
- Host: GitHub
- URL: https://github.com/crowdsecurity/cs-haproxy-bouncer
- Owner: crowdsecurity
- License: mit
- Created: 2022-07-08T12:14:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:04:53.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T18:02:09.997Z (about 1 year ago)
- Language: Lua
- Size: 268 KB
- Stars: 23
- Watchers: 12
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crowdsec - cs-haproxy-bouncer - Official HAProxy bouncer using the Stream Processing Offload Engine. (Bouncers / Web Servers & Proxies)
README
📚 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).