knot/knot.conf

35 lines
440 B
Plaintext

#
# Documentation:
# - /usr/share/doc/knot/samples/knot.full.conf
# - man knot.conf
# - info Knot
#
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";
# }
}