B. Watson 9efb2acc95 network/nsd: Wrap README at 72 columns. před 2 roky
..
README 9efb2acc95 network/nsd: Wrap README at 72 columns. před 2 roky
doinst.sh 11ec04b39d network/nsd: Added (Name Server Daemon). před 8 roky
localhost.zone 11ec04b39d network/nsd: Added (Name Server Daemon). před 8 roky
nsd.SlackBuild 1523e52ef6 network/nsd: Create piddir during init před 3 roky
nsd.conf 11ec04b39d network/nsd: Added (Name Server Daemon). před 8 roky
nsd.info 7e2d3c6762 network/nsd: Updated for version 4.3.3. před 4 roky
nsd.logrotate 8679fda5af network/nsd: Fix logrotate file for non-root /var/log subdir před 3 roky
rc.nsd 1523e52ef6 network/nsd: Create piddir during init před 3 roky
slack-desc 7e2d3c6762 network/nsd: Updated for version 4.3.3. před 4 roky

README

NSD is being developed with the purpose of creating more diversity
in the DNS landscape. Secondly we want to create a fast, modern, RFC
compliant nameserver.

NSD requires its own user in order to run securely. It is not advised
to run services as root user without special reason.

To add NSD user in system run as root:

# groupadd -g 336 nsd
# useradd -u 336 -d /var/lib/nsd -g nsd -s /bin/false nsd

In order to run NSD during boot process, add to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.nsd ]; then
/etc/rc.d/rc.nsd start
fi