diff --git a/_posts/2020-10-07-fail2ban.md b/_posts/2020-10-07-fail2ban.md index 73a6a0b..55177ec 100644 --- a/_posts/2020-10-07-fail2ban.md +++ b/_posts/2020-10-07-fail2ban.md @@ -1,7 +1,7 @@ --- title: Fail2ban tags: [fail2ban, systemd, gitea, gotify, roundcube, filter, ban] -updated: 2020-10-07 12:09 +updated: 2020-10-07 12:24 description: Customization of Fail2ban filter, rules and settings --- @@ -42,7 +42,7 @@ This is a list of custom filters, rules and settings I use for Fail2ban. destemail = # add the destination email maxretry = 3 bantime = 15d - findtime = 60s + findtime = 3600s banaction = iptables-allports action = %(action_mwl)s ```