From 9c7f545d6e110da66f8eff54ae2376a1e58aa040 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Thu, 12 Nov 2020 20:28:55 +0000 Subject: [PATCH] Updated Fail2Ban Setup (markdown) --- Fail2Ban-Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fail2Ban-Setup.md b/Fail2Ban-Setup.md index 512a667..24c192c 100644 --- a/Fail2Ban-Setup.md +++ b/Fail2Ban-Setup.md @@ -153,7 +153,7 @@ Create and fill the following file bantime = 14400 findtime = 14400 ```` -Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefore replace the `banaction` line the following `action` when using Docker: +Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefore replace the `banaction` line with the following `action` when using Docker: ``` action = iptables-allports[name=bitwarden_rs, chain=FORWARD] ``` @@ -204,7 +204,7 @@ Create and fill the following file bantime = 14400 findtime = 14400 ```` -Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefore replace the `banaction` line the following `action` when using Docker: +Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefore replace the `banaction` line with the following `action` when using Docker: ``` action = iptables-allports[name=bitwarden_rs, chain=FORWARD] ```