I just run this from crontab at every reboot 😆 `...
# general
t
I just run this from crontab at every reboot 😆
Copy code
#!/bin/bash
set -euo pipefail

/usr/sbin/iptables --flush
/usr/sbin/ufw enable
/usr/bin/systemctl restart crowdsec-firewall-bouncer.service