cs-firewall-bouncer
cs-firewall-bouncer copied to clipboard
Crowdsec bouncer written in golang for firewalls
The systemd unit should be installed to `/lib/systemd/system`, not `/etc/systemd/system`. This allows the system administrator to customize or override the package-provided unit.
Based on https://github.com/crowdsecurity/cs-firewall-bouncer/pull/84
/kind packaging Is it possible to add a Fedora 39 build to packagecloud ? `crowdsec` is available, but not the firewall bouncer (interested in `-nftables`)
As proposed at [issue 153](https://github.com/crowdsecurity/cs-firewall-bouncer/issues/153#issuecomment-1061142458), I have implemented the following configuration design: ```yaml nftables: enabled: true targets: - blacklist: crowdsec-blacklist4 set-only: false table: crowdsec-inet chain: crowdsec-input family: inet protocol: ip...
Hi, i would install the firewall bouncer on Ubuntu 2023.4 https://doc.crowdsec.net/docs/next/getting_started/install_crowdsec##install-our-repositories `curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh | sudo bash` > sudo apt update ``` Ign:5 https://packagecloud.io/crowdsec/crowdsec/ubuntu lunar InRelease Err:6 https://packagecloud.io/crowdsec/crowdsec/ubuntu lunar Release...
### What happened? I wanted to try crowdsec for my local firewall which is based on nftables. I installed crowdsec-firewall-bouncer-nftables 0.0.28 on Debian and adjusted the configuration to only create...
I'm having trouble trying to start the iptables firewall bouncer with ipv6 enabled and these settings: Ubuntu 22.04 UFW enabled and needed for the specific docker services Docker IPV6 available...
Hello, I use the bouncer in ipset mode since I'd like to control where inside my firewall rules the crowdsec lists are checked. I have netfilter-persistent installed including iptables-persistent and...