knot/knot.conf

32 lines
394 B
Plaintext
Raw Permalink Normal View History

#
# See knot.conf(5) manual page for documentation.
#
2012-12-20 15:04:57 +00:00
system {
rundir "/var/run/knot";
user knot.knot;
2012-12-20 15:04:57 +00:00
}
interfaces {
local_ipv4 { address 127.0.0.1@53; }
local_ipv6 { address ::1@53; }
}
control {
listen-on "knot.sock";
2012-12-20 15:04:57 +00:00
}
log {
syslog { any warning; }
2012-12-20 15:04:57 +00:00
}
zones {
2013-12-13 20:24:19 +00:00
storage "/var/lib/knot";
dnssec-keydir "keys";
dnssec-enable off;
# example.com {
# file "example.com.zone";
# }
}