[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-15.0/source/network/nsd/
Contents of 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

Icon  Name                                                      Last modified      Size  
[DIR] Parent Directory - [TXT] README 12-Jun-2022 00:44 534 [   ] doinst.sh 12-Jun-2022 00:44 728 [   ] localhost.zone 12-Jun-2022 00:44 195 [   ] nsd-4.3.3.tar.gz 12-Jun-2022 00:44 1.1M [TXT] nsd.SlackBuild 11-Mar-2022 06:34 4.8K [TXT] nsd.conf 14-Jun-2018 16:01 10K [   ] nsd.info 12-Jun-2022 00:44 297 [   ] nsd.logrotate 12-Jun-2022 00:44 186 [   ] rc.nsd 12-Jun-2022 00:44 704 [TXT] slack-desc 12-Jun-2022 00:44 702

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!