mirror of https://github.com/fail2ban/fail2ban
pass2allow-ftp: inverted handling - action should prohibit access per default for any IP, so reset start on demand parameter for this action (will be started immediately).
parent
165b7d6643
commit
67fd75c88e
|
@ -862,7 +862,7 @@ logpath = %(apache_access_log)s
|
|||
blocktype = RETURN
|
||||
returntype = DROP
|
||||
action = %(action_)s[blocktype=%(blocktype)s, returntype=%(returntype)s,
|
||||
actionstart_on_demand=True, actionrepair_on_unban=True]
|
||||
actionstart_on_demand=false, actionrepair_on_unban=true]
|
||||
bantime = 1h
|
||||
maxretry = 1
|
||||
findtime = 1
|
||||
|
|
Loading…
Reference in New Issue