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
- Host: GitHub
- URL: https://github.com/crowdsecurity/cs-haproxy-bouncer
- Owner: crowdsecurity
- License: mit
- Created: 2022-07-08T12:14:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:04:53.000Z (over 2 years ago)
- Last Synced: 2025-04-11T18:02:09.997Z (11 months 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
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).