embedded cert.sh
This commit is contained in:
1
rootfs/etc/periodic/daily/acme-cron.sh
Symbolic link
1
rootfs/etc/periodic/daily/acme-cron.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../app/acme-cron.sh
|
||||
1
rootfs/etc/periodic/hourly/cron.sh
Symbolic link
1
rootfs/etc/periodic/hourly/cron.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../app/cron.sh
|
||||
26
rootfs/etc/proftpd/conf.d/custom.conf
Normal file
26
rootfs/etc/proftpd/conf.d/custom.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
AuthOrder mod_auth_file.c
|
||||
AuthUserFile /auth/passwd
|
||||
RequireValidShell off
|
||||
ScoreBoardFile /run/proftpd/scoreboard
|
||||
AllowOverwrite on
|
||||
AllowStoreRestart On
|
||||
AllowRetrieveRestart On
|
||||
WtmpLog off
|
||||
UseReverseDNS off
|
||||
DefaultRoot ~
|
||||
|
||||
<IfModule mod_tls.c>
|
||||
TLSEngine on
|
||||
TLSVerifyClient off
|
||||
TLSRenegotiate none
|
||||
TLSProtocol TLSv1.2 TLSv1.3
|
||||
TLSOptions NoSessionReuseRequired AllowClientRenegotiations
|
||||
TLSRequired on
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_delay.c>
|
||||
DelayOnEvent FailedLogin 5s
|
||||
DelayTable /run/proftpd/proftpd.delay
|
||||
</IfModule>
|
||||
|
||||
Include /etc/proftpd/custom.conf.d/
|
||||
Reference in New Issue
Block a user