fix ffmpeg pure-ftpd.config

This commit is contained in:
zj
2025-12-02 01:36:23 +08:00
parent 5f078f0027
commit bcc08707b9
4 changed files with 388 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ BrokenClientsCompatibility no
# Maximum number of simultaneous users
MaxClientsNumber 50
MaxClientsNumber 100
@@ -62,7 +62,7 @@ VerboseLog no
# List dot-files even when the client doesn't send "-a".
DisplayDotFiles yes
DisplayDotFiles no
@@ -258,13 +258,13 @@ AllowAnonymousFXP no
# even if they own them. But if TrustedGID is enabled, that group
# will exceptionally have access to dot-files.
ProhibitDotFilesWrite no
ProhibitDotFilesWrite yes
# Prohibit *reading* of files starting with a dot (.history, .ssh...)
ProhibitDotFilesRead no
ProhibitDotFilesRead yes
@@ -449,7 +449,7 @@ CustomerProof yes
# Listen only to IPv4 addresses in standalone mode (ie. disable IPv6)
# By default, both IPv4 and IPv6 are enabled.
# IPV4Only yes
IPV4Only yes