|
|
|
@ -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 |
|
|
|
|
``` |
|
|
|
|