linuxserver / fail2ban-confs

These confs are pulled into our fail2ban image: https://github.com/linuxserver/docker-fail2ban
GNU General Public License v3.0
36 stars 11 forks source link

Correct syntax for chain #2

Closed nemchik closed 2 years ago

nemchik commented 2 years ago
action  = %(known/action)s[chain="INPUT"]

is incorrect.

chain   = INPUT
action  = %(known/action)s

is correct.