From b263b781bb35f0ffe4723c3bc7035fd39e346fa0 Mon Sep 17 00:00:00 2001 From: Lukas Kreft Date: Sun, 16 Jul 2023 20:22:00 +0200 Subject: [PATCH] Noticed that which iptables-common.local, fail2ban tried to REJECT instead of DROP. Change is also present in sosandroid's repo, see issue #6. --- Fail2Ban-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fail2Ban-Setup.md b/Fail2Ban-Setup.md index 162edc5..302d1e9 100644 --- a/Fail2Ban-Setup.md +++ b/Fail2Ban-Setup.md @@ -60,7 +60,7 @@ mkdir -p /volumeX/docker/fail2ban/filter.d/ 2. Replace `REJECT` by `DROP` blocktype ```INI -# /volumeX/docker/fail2ban/action.d/iptables-common.local +# /volumeX/docker/fail2ban/action.d/iptables.local [Init] blocktype = DROP