This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > nsd (4.3.3)

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

Maintained by: Sergei Fedosoff
Keywords: dns,server,dns server,nameserver,nsd
ChangeLog: nsd

Homepage:
https://www.nlnetlabs.nl/projects/nsd/about/

Source Downloads:
nsd-4.3.3.tar.gz (e80bd8845b4f3ba514fd255343c5097c)

Download SlackBuild:
nsd.tar.gz
nsd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds