docker-ftps/custom.conf

27 lines
730 B
Plaintext
Raw Normal View History

2019-05-17 22:41:50 +00:00
AuthOrder mod_auth_file.c
AuthUserFile /auth/passwd
RequireValidShell off
ScoreBoardFile /run/proftpd/scoreboard
AllowOverwrite on
2020-08-12 11:52:28 +00:00
AllowStoreRestart On
AllowRetrieveRestart On
2019-05-17 22:41:50 +00:00
WtmpLog off
UseReverseDNS off
DefaultRoot ~
2019-05-17 23:20:52 +00:00
<IfModule mod_tls.c>
TLSEngine on
TLSVerifyClient off
TLSRenegotiate none
2021-11-03 08:25:54 +00:00
TLSProtocol TLSv1.2 TLSv1.3
2019-05-17 23:20:52 +00:00
TLSOptions NoSessionReuseRequired AllowClientRenegotiations
TLSRequired on
</IfModule>
2020-08-12 14:07:38 +00:00
<IfModule mod_delay.c>
DelayOnEvent FailedLogin 5s
DelayTable /run/proftpd/proftpd.delay
</IfModule>
Include /etc/proftpd/custom.conf.d/