deb11 proftpd identlookups fix

This commit is contained in:
myvesta 2021-07-16 14:28:44 +02:00 committed by GitHub
commit fb98936297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,9 @@ SystemLog /var/log/proftpd/proftpd.log
<Global>
Umask 002
IdentLookups off
<IfModule mod_ident.c>
IdentLookups off
</IfModule>
AllowOverwrite yes
<Limit ALL SITE_CHMOD>
AllowAll