Updated Fail2Ban Setup (markdown)

Daniel M. Capella 2020-11-12 20:28:55 +00:00
parent 5e01361316
commit 9c7f545d6e
1 changed files with 2 additions and 2 deletions

@ -153,7 +153,7 @@ Create and fill the following file
bantime = 14400 bantime = 14400
findtime = 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] action = iptables-allports[name=bitwarden_rs, chain=FORWARD]
``` ```
@ -204,7 +204,7 @@ Create and fill the following file
bantime = 14400 bantime = 14400
findtime = 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] action = iptables-allports[name=bitwarden_rs, chain=FORWARD]
``` ```