0.10.2/jail.local: some minor changes.
This commit is contained in:
parent
0c53f88ba3
commit
891f25706b
@ -107,6 +107,16 @@ findtime = 1200
|
|||||||
bantime = 1800
|
bantime = 1800
|
||||||
|
|
||||||
|
|
||||||
|
[pure-ftpd]
|
||||||
|
|
||||||
|
enabled = false
|
||||||
|
action = %(action_mbu)s
|
||||||
|
logpath = /var/log/pure-ftpd/ftp.log
|
||||||
|
findtime = 300
|
||||||
|
maxretry = 5
|
||||||
|
bantime = 43200
|
||||||
|
|
||||||
|
|
||||||
# - Replaced with 'wordpress-hard' and 'wordpress-soft'
|
# - Replaced with 'wordpress-hard' and 'wordpress-soft'
|
||||||
#[wp-login]
|
#[wp-login]
|
||||||
#enabled = false
|
#enabled = false
|
||||||
@ -131,7 +141,10 @@ bantime = 1800
|
|||||||
|
|
||||||
|
|
||||||
[wordpress-hard]
|
[wordpress-hard]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
|
# - Take care to allowh 'whois' requests from this mashine. Maybe
|
||||||
|
# - you have configure your firewall
|
||||||
action = %(action_mwl)s
|
action = %(action_mwl)s
|
||||||
filter = wordpress-hard
|
filter = wordpress-hard
|
||||||
logpath = /var/log/auth.log
|
logpath = /var/log/auth.log
|
||||||
@ -140,8 +153,12 @@ findtime = 600
|
|||||||
bantime = 10800
|
bantime = 10800
|
||||||
port = http,https
|
port = http,https
|
||||||
|
|
||||||
|
|
||||||
[wordpress-soft]
|
[wordpress-soft]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
|
# - Take care to allowh 'whois' requests from this mashine. Maybe
|
||||||
|
# - you have configure your firewall
|
||||||
action = %(action_mwl)s
|
action = %(action_mwl)s
|
||||||
filter = wordpress-soft
|
filter = wordpress-soft
|
||||||
logpath = /var/log/auth.log
|
logpath = /var/log/auth.log
|
||||||
|
Loading…
Reference in New Issue
Block a user