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