Last active
December 31, 2023 18:54
-
-
Save levidurfee/4ba791952142f28a69c3b2fc1218fcce to your computer and use it in GitHub Desktop.
crowdsec firewall bouncer nftables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://wiki.debian.org/nftables | |
https://github.com/crowdsecurity/crowdsec/releases | |
https://github.com/crowdsecurity/cs-firewall-bouncer/releases | |
https://crowdsec.net/2021/01/18/get-started-with-crowdsec-v1/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment