https://github.com/crowdsecurity/cs-custom-bouncer
CrowdSec bouncer to use custom scripts
https://github.com/crowdsecurity/cs-custom-bouncer
Last synced: 3 months ago
JSON representation
CrowdSec bouncer to use custom scripts
- Host: GitHub
- URL: https://github.com/crowdsecurity/cs-custom-bouncer
- Owner: crowdsecurity
- License: mit
- Created: 2020-10-22T21:23:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-27T13:15:16.000Z (7 months ago)
- Last Synced: 2026-02-09T15:51:46.197Z (4 months ago)
- Language: Python
- Size: 6.68 MB
- Stars: 15
- Watchers: 9
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crowdsec - cs-custom-bouncer - Executes custom scripts on new or deleted CrowdSec decisions. (Bouncers / Other Bouncers)
README
📚 Documentation
💠Hub
💬 Discourse
# crowdsec-custom-bouncer
Crowdsec bouncer written in golang for custom scripts.
crowdsec-custom-bouncer will periodically fetch new and expired/removed decisions from CrowdSec Local API and will pass them as arguments to a custom user script.
## Installation
Please follow the [official documentation](https://doc.crowdsec.net/docs/bouncers/custom).