From 385917ba4ee9b5e6991841cf8bc1446f9cb0d331 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 14 Feb 2021 11:22:32 +0000 Subject: [PATCH] Decrease find time Hopefully reduce false-positive catches --- ansible/roles/gateway/files/haproxy-fail2ban-jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/gateway/files/haproxy-fail2ban-jail.conf b/ansible/roles/gateway/files/haproxy-fail2ban-jail.conf index e4d3bc2..5b85518 100644 --- a/ansible/roles/gateway/files/haproxy-fail2ban-jail.conf +++ b/ansible/roles/gateway/files/haproxy-fail2ban-jail.conf @@ -1,7 +1,7 @@ [haproxy] enabled = true bantime = 600 -findtime = 120 +findtime = 60 maxretry = 15 filter = haproxy-basic backend = systemd