[ { type: install message: < YES # service pf start Enabling pf. ---------- Add the following in /etc/pf.conf to create the firewall tables and rules: ---------- table persist table persist block drop in quick from to any block drop in quick from to any ---------- To apply the file: # pfctl -f /etc/pf.conf Then activate the bouncer via sysrc and run it: ---------- # sysrc crowdsec_firewall_enable="YES" crowdsec_firewall_enable: NO -> YES # service crowdsec_firewall start ---------- EOM } ]