mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-04 00:25:50 +02:00
conf added
This commit is contained in:
14
roles/fail2ban/files/jail.d/bad-auth.conf
Normal file
14
roles/fail2ban/files/jail.d/bad-auth.conf
Normal file
@ -0,0 +1,14 @@
|
||||
[bad-auth]
|
||||
enabled = true
|
||||
backend = systemd
|
||||
filter = bad-auth
|
||||
journalmatch='CONTAINER_TAG=mailu-front'
|
||||
bantime = 36000000
|
||||
findtime = 36000
|
||||
maxretry = 2
|
||||
sender = fail2ban@sectorq.eu
|
||||
destemail = jaydee@sectorq.eu
|
||||
ignoreip = 192.168.77.0/24 87.197.162.37
|
||||
#action = %(action_mwl)s
|
||||
action = banan
|
||||
%(action_mwl)s
|
Reference in New Issue
Block a user