mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
conf added
This commit is contained in:
15
roles/fail2ban/files/jail.d/nextcloud.conf
Normal file
15
roles/fail2ban/files/jail.d/nextcloud.conf
Normal file
@ -0,0 +1,15 @@
|
||||
[nextcloud]
|
||||
backend = auto
|
||||
enabled = true
|
||||
port = 80,443
|
||||
protocol = tcp
|
||||
filter = nextcloud
|
||||
bantime = 36000000
|
||||
findtime = 36000
|
||||
maxretry = 2
|
||||
ignoreip = 192.168.77.0/24 87.197.162.37
|
||||
sender = fail2ban@sectorq.eu
|
||||
destemail = jaydee@sectorq.eu
|
||||
logpath = /share/docker_data/nextcloud/app/data/nextcloud.log
|
||||
action = banan
|
||||
%(action_mwl)s
|
Reference in New Issue
Block a user