Skip to content
Matt Simerson edited this page Jun 17, 2014 · 1 revision

Install on FreeBSD 10

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

Configure

$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"

start NSD

service nsd start

Clone this wiki locally