Skip to content

Instantly share code, notes, and snippets.

@levidurfee
Last active December 31, 2023 18:54
Show Gist options
  • Save levidurfee/4ba791952142f28a69c3b2fc1218fcce to your computer and use it in GitHub Desktop.
Save levidurfee/4ba791952142f28a69c3b2fc1218fcce to your computer and use it in GitHub Desktop.
crowdsec firewall bouncer nftables
wget https://github.com/crowdsecurity/crowdsec/releases/download/v1.0.7/crowdsec-release.tgz
tar -xf crowdsec-release.tgz
cd crowdsec-v1.0.7
./wizard.sh -i
apt install nftables -y
wget https://github.com/crowdsecurity/cs-firewall-bouncer/releases/download/v0.0.10/cs-firewall-bouncer.tgz
tar -xf cs-firewall-bouncer.tgz
cd cs-firewall-bouncer-v0.0.10
./install.sh
nft list ruleset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment