Skip to content

crowdsecurity/cs-firewall-bouncer

Repository files navigation

CrowdSec

๐Ÿ“š Documentation ๐Ÿ’  Hub ๐Ÿ’ฌ Discourse

crowdsec-firewall-bouncer

Crowdsec bouncer written in golang for firewalls.

crowdsec-firewall-bouncer will fetch new and old decisions from a CrowdSec API to add them in a blocklist used by supported firewalls.

Supported firewalls:

  • iptables (IPv4 โœ”๏ธ / IPv6 โœ”๏ธ )
  • nftables (IPv4 โœ”๏ธ / IPv6 โœ”๏ธ )
  • ipset only (IPv4 โœ”๏ธ / IPv6 โœ”๏ธ )
  • pf (IPV4 โœ”๏ธ / IPV6 โœ”๏ธ )

Installation

Please follow the official documentation.