Feat: add ftp

This commit is contained in:
2022-09-06 20:19:43 +02:00
parent b365759be6
commit c6eab7b09a
3 changed files with 36 additions and 0 deletions

11
files/vsftpd.conf.j2 Normal file
View File

@@ -0,0 +1,11 @@
listen=YES
listen_ipv6=NO
anonymous_enable=NO
local_enable=YES
write_enable=YES
chroot_local_user=YES
allow_writeable_chroot=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd