fix: removed line that will be added via task instead
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
TLSEngine on
|
TLSEngine on
|
||||||
TLSLog /var/log/proftpd/tls.log
|
TLSLog /var/log/proftpd/tls.log
|
||||||
# @NOTW: "AALv23" means all SSL versions
|
# @NOTE: "AALv23" means all SSL versions
|
||||||
TLSProtocol SSLv23
|
TLSProtocol SSLv23
|
||||||
TLSOptions AllowClientRenegotiations
|
TLSOptions AllowClientRenegotiations
|
||||||
TLSVerifyClient off
|
TLSVerifyClient off
|
||||||
@@ -28,8 +28,6 @@
|
|||||||
TLSCACertificateFile {{ config.proftpd.tls_paths.cert }}
|
TLSCACertificateFile {{ config.proftpd.tls_paths.cert }}
|
||||||
|
|
||||||
<Anonymous /srv/ftp/public>
|
<Anonymous /srv/ftp/public>
|
||||||
UserAlias anon smuggler
|
|
||||||
|
|
||||||
<Directory *>
|
<Directory *>
|
||||||
<Limit WRITE CDUP CWD PWD>
|
<Limit WRITE CDUP CWD PWD>
|
||||||
DenyAll
|
DenyAll
|
||||||
|
|||||||
Reference in New Issue
Block a user