87bcd6ab8b
Migration from < 2.5 is included. Migration from < 2.0 is not supported anymore, an error will be raised if somebody tries to do this update. fixes rhbz#1406194 - Knotd when HUP-reloading loads wrong symlink fixes rhbz#1455356 - knot: el7 release uses old config format fixes rhbz#1471119 - CVE-2017-11104 knot: TSIG authentication bypass due to improper TSIG validity period check
24 lines
371 B
Plaintext
24 lines
371 B
Plaintext
# See knot.conf(5) manual page for documentation.
|
|
|
|
server:
|
|
rundir: "/var/run/knot"
|
|
user: knot:knot
|
|
listen: [ 127.0.0.1@53, ::1@53 ]
|
|
|
|
control:
|
|
listen: "knot.sock"
|
|
|
|
log:
|
|
- target: syslog
|
|
any: info
|
|
|
|
template:
|
|
- id: default
|
|
storage: "/var/lib/knot"
|
|
file: "%s.zone"
|
|
kasp-db: "keys"
|
|
dnssec-signing: false
|
|
|
|
zone:
|
|
# - domain: example.com
|