knot/knot.conf
2014-06-18 19:01:35 +02:00

31 lines
384 B
Plaintext

#
# See knot.conf(5) manual page for documentation.
#
system {
rundir "/var/run/knot";
}
interfaces {
local_ipv4 { address 127.0.0.1@53; }
local_ipv6 { address ::1@53; }
}
control {
listen-on "knot.sock";
}
log {
syslog { any warning, error; }
}
zones {
storage "/var/lib/knot";
dnssec-keydir "keys";
dnssec-enable off;
# example.com {
# file "example.com.zone";
# }
}