From 04b35ce4ffc1fdf693b4bdedcd5f98725d2a18fb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Jun 2023 11:37:42 +0200 Subject: [PATCH] Increase nb of try before ban --- dev/setup/fail2ban/jail.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/setup/fail2ban/jail.local b/dev/setup/fail2ban/jail.local index bd1f7959f08..d31db5d2228 100644 --- a/dev/setup/fail2ban/jail.local +++ b/dev/setup/fail2ban/jail.local @@ -25,7 +25,7 @@ logpath = /mypath/documents/documents/dolibarr.log action = %(action_mw)s bantime = 86400 ; 1 day findtime = 3600 ; 1 hour -maxretry = 10 +maxretry = 20 [web-dol-limitpublic]