This chapter describes options that affect Mpd's behavior globally.
set global startrule num
set global startpipe num
set global startqueue num
set global starttable num
These commands define initial values for autonumeration of ipfw rules, pipes, queues and tables. Defaults are 10000, 10000, 10000 and 32 accordingly.
set global enable option ...
set global disable option ...
These commands configure various global options.
The enable
and disable
commands
determine whether or not we want the corresponding option.
The options available are:
tcp-wrapper
With this option mpd uses /etc/hosts.allow
everytime a
connection is made from the client. This is useful if you would
like to restrict access to mpd. This option affects all TCP
connections, including PPTP and the TCP device layer.