Augmentation du nombre de tentatives avant ban, durée de recidive plus progressive
This commit is contained in:
parent
4024bb4099
commit
4b00fff72b
1 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,8 @@ destemail = {{ reverse_proxy_default_serveradmin_email }}
|
|||
banaction = nftables-multiport
|
||||
banaction_allports = nftables-allports
|
||||
action = %(action_mwl)s
|
||||
|
||||
maxretry = 10
|
||||
bantime = 1h
|
||||
|
||||
apache_error_log = /var/log/apache2/*error.log
|
||||
apache_access_log = /var/log/apache2/*access.log
|
||||
|
@ -37,9 +38,6 @@ enabled = true
|
|||
[apache-fakegooglebot]
|
||||
enabled = true
|
||||
|
||||
[apache-modsecurity]
|
||||
enabled = true
|
||||
|
||||
[apache-shellshock]
|
||||
enabled = true
|
||||
|
||||
|
@ -47,3 +45,6 @@ enabled = true
|
|||
|
||||
[recidive]
|
||||
enabled = true
|
||||
bantime = 4h
|
||||
bantime.increment = true
|
||||
bantime.maxtime = 1w
|
||||
|
|
Loading…
Reference in a new issue