Those options are in the root of configuration dictionary.
spool: /var/spool/nncp log: /var/spool/nncp/log # All of options below are optional umask: "022" noprogress: true nohdr: true # MultiCast Discovery mcd-listen: ["em0", "igb1"] mcd-send: {em0: 60, igb1: 5}
spool
Absolute path to the spool directory.
log
Absolute path to the log file.
umask
Will force all invoked commands to override their umask to specified octal mask. Useful for using with shared spool directories.
noprogress
When enabled, disables progress showing for many commands by default. You can always force its showing with -progress command line option anyway.
nohdr
nohdr option disables .hdr files usage.
And optional MultiCast Discovery options:
mcd-listen
Specifies list of network interfaces nncp-caller will listen for incoming MultiCast Discovery announcements.
mcd-send
Specifies list of network interfaces, and intervals in seconds, where nncp-daemon will send MultiCast Discovery announcements.