From 10cc53f09946fc95b799db910fbc2f4f1e48857a Mon Sep 17 00:00:00 2001 From: Berjou Date: Thu, 18 Feb 2021 01:14:51 +0100 Subject: [PATCH] Fix filter name on the action associated to bitwarden_rs-admin filter --- Fail2Ban-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fail2Ban-Setup.md b/Fail2Ban-Setup.md index 19f6301..843fba6 100644 --- a/Fail2Ban-Setup.md +++ b/Fail2Ban-Setup.md @@ -205,7 +205,7 @@ findtime = 14400 Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefore replace the `banaction` line with the following `action` when using Docker: ```INI -action = iptables-allports[name=bitwarden_rs, chain=FORWARD] +action = iptables-allports[name=bitwarden_rs-admin, chain=FORWARD] ``` Reload fail2ban for changes to take effect: