mirror of https://github.com/fail2ban/fail2ban
DOC: adjusted comment in pass2allow-ftp to my suggested wording
parent
80946ed54c
commit
7a011fca1b
|
@ -771,7 +771,7 @@ 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
|
# knocking_url variable must be overridden to some secret value in filter.d/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
|
||||||
|
|
Loading…
Reference in New Issue