mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
DOC: adjusted comment in pass2allow-ftp to my suggested wording
This commit is contained in:
parent
80946ed54c
commit
7a011fca1b
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ maxretry = 1
|
|||
[pass2allow-ftp]
|
||||
# this pass2allow example allows FTP traffic after successful HTTP authentication
|
||||
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
|
||||
# access log of the website with HTTP auth
|
||||
logpath = %(apache_access_log)s
|
||||
|
|
|
|||
Loading…
Reference in a new issue