13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
|
|
################################################################################
|
||
|
|
##### fail2ban jail for haproxy.conf created by Puppet #####
|
||
|
|
################################################################################
|
||
|
|
|
||
|
|
[haproxy-http-auth]
|
||
|
|
enabled = true
|
||
|
|
filter = haproxy
|
||
|
|
action = iptables[name=haproxy, port="http,https", protocol=tcp]
|
||
|
|
logpath = /var/log/haproxy.log
|
||
|
|
maxretry = 5
|
||
|
|
findtime = 600
|
||
|
|
bantime = 3600
|