1f47ac5
# Set PROFTPD_OPTIONS to add command-line options for proftpd.
1f47ac5
# See proftpd(8) for a comprehensive list of what can be used.
1f47ac5
#
1f47ac5
# The following "Defines" can be used with the default configuration file:
1f47ac5
# -DANONYMOUS_FTP	: Enable anonymous FTP
1f47ac5
# -DDYNAMIC_BAN_LISTS	: Enable dynamic ban lists (mod_ban)
060da19
# -DQOS			: Enable QoS bits on server traffic (mod_qos)
1f47ac5
# -DTLS			: Enable TLS (mod_tls)
1f47ac5
#
1f47ac5
# For example, for anonymous FTP and dynamic ban list support:
1f47ac5
# PROFTPD_OPTIONS="-DANONYMOUS_FTP -DDYNAMIC_BAN_LISTS"
1f47ac5
PROFTPD_OPTIONS=""