mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
jail "pass2allow-ftp" should supply blocktype to action
closes gh-1884
This commit is contained in:
parent
d926e11a5c
commit
fd83260bd8
1 changed files with 1 additions and 0 deletions
|
|
@ -840,6 +840,7 @@ filter = apache-pass[knocking_url="%(knocking_url)s"]
|
|||
logpath = %(apache_access_log)s
|
||||
blocktype = RETURN
|
||||
returntype = DROP
|
||||
action = %(action_)s[blocktype=%(blocktype)s, returntype=%(returntype)s]
|
||||
bantime = 1h
|
||||
maxretry = 1
|
||||
findtime = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue