-
-
Notifications
You must be signed in to change notification settings - Fork 62
Install Knot
Matt Simerson edited this page Jul 4, 2017
·
9 revisions
pkg install knot1
echo 'knot_config="/usr/local/etc/knot/knot.conf"' >> /etc/rc.conf
cp /usr/local/etc/knot/knot.sample.conf /usr/local/etc/knot/knot.conf
pkg install knot2
sysrc knot_enable=YES
Within the zone { } section of the knot.conf file, include the knot.conf.nictool file, which is located in the Data Directory specified in the NS configuration.
$EDITOR /usr/local/etc/knot/knot.conf
zone {
include "/var/db/knot/knot.conf.nictool";
}
Add this line to the top of knot.conf:
$EDITOR /usr/local/etc/knot/knot.conf
include: /home/knot/data/knot.conf.nictool
Be sure to set the ENV variable to NT_EXPORT_KNOT_VERSION=2 in your export process.
service knot start
- NicTool Server
- NicTool Client
- on FreeBSD 10.1
- on CentOS 6, 7
- on Ubuntu 14, 16, 18
- Docker