knot/knot.conf

32 lines
394 B
Plaintext

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