-
-
Notifications
You must be signed in to change notification settings - Fork 62
Install NSD
Matt Simerson edited this page Jun 17, 2014
·
1 revision
pkg -y install nsd
echo 'nsd_enable="YES"' >> /etc/rc.conf
nsd-control-setup
cp /usr/local/etc/nsd/nsd.conf.sample /usr/local/etc/nsd/nsd.conf
$EDITOR /usr/local/etc/nsd/nsd.conf
Enable the remote-control options and set zonesdir to the export directory. It should look something like this:
zonesdir: "/usr/local/nictool/ns1.example.com/data-ns1.example.com"
service nsd start
- NicTool Server
- NicTool Client
- on FreeBSD 10.1
- on CentOS 6, 7
- on Ubuntu 14, 16, 18
- Docker