/net/crowdsec-firewall-bouncer/ crowdsec-firewall-bouncer will fetch new and old decisions from a CrowdSec API to add them in a blocklist used by supported firewalls. Signed-off-by: Kerma Gérald <gandalf@gk2.net>
9 lines
238 B
Diff
9 lines
238 B
Diff
--- a/config/crowdsec-firewall-bouncer.yaml
|
|
+++ b/config/crowdsec-firewall-bouncer.yaml
|
|
@@ -15,5 +15,5 @@ deny_log: false
|
|
#if present, insert rule in those chains
|
|
iptables_chains:
|
|
- INPUT
|
|
-# - FORWARD
|
|
+ - FORWARD
|
|
# - DOCKER-USER
|