mirror of https://github.com/fail2ban/fail2ban
Fixed definition of knocking_url for pass2allow
parent
b638e807ad
commit
948b12e5df
|
@ -771,11 +771,10 @@ maxretry = 1
|
||||||
[pass2allow-ftp]
|
[pass2allow-ftp]
|
||||||
# this pass2allow example allows FTP traffic after successful HTTP authentication
|
# this pass2allow example allows FTP traffic after successful HTTP authentication
|
||||||
port = ftp,ftp-data,ftps,ftps-data
|
port = ftp,ftp-data,ftps,ftps-data
|
||||||
|
# knocking URL needs to be customized in apache-pass.local
|
||||||
filter = apache-pass
|
filter = apache-pass
|
||||||
# access log of the website with HTTP auth
|
# access log of the website with HTTP auth
|
||||||
logpath = %(apache_access_log)s
|
logpath = %(apache_access_log)s
|
||||||
# knocking URL needs to be customized per each deployment
|
|
||||||
knocking_url = /secret-knocking-url
|
|
||||||
blocktype = RETURN
|
blocktype = RETURN
|
||||||
returntype = DROP
|
returntype = DROP
|
||||||
bantime = 3600
|
bantime = 3600
|
||||||
|
|
Loading…
Reference in New Issue