Add filters for wordpress.
This commit is contained in:
@ -106,3 +106,27 @@ maxretry = 20
|
||||
findtime = 1200
|
||||
bantime = 1800
|
||||
|
||||
|
||||
[wp-login]
|
||||
enabled = true
|
||||
action = %(action_mbu)s
|
||||
filter = wp-login
|
||||
port = http,https
|
||||
logpath = /var/log/apache2/ipv4_requests.log
|
||||
/var/log/apache2/ip_requests.log
|
||||
maxretry = 10
|
||||
findtime = 600
|
||||
bantime = 10800
|
||||
|
||||
|
||||
[wp-xmlrpc]
|
||||
enabled = true
|
||||
action = %(action_mbu)s
|
||||
filter = wp-xmlrpc
|
||||
port = http,https
|
||||
logpath = /var/log/apache2/ipv4_requests.log
|
||||
/var/log/apache2/ip_requests.log
|
||||
maxretry = 5
|
||||
findtime = 600
|
||||
bantime = 10800
|
||||
|
||||
|
Reference in New Issue
Block a user