1
0
Fork 0
knot/samples/knot.sample.conf.in
Daniel Baumann 70063ca008
Adding upstream version 3.4.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 13:47:52 +02:00

36 lines
639 B
Text

# This is a sample of a minimal configuration file for Knot DNS.
# See knot.conf(5) or refer to the server documentation.
server:
rundir: "@run_dir@"
user: knot:knot
automatic-acl: on
# listen: [ 127.0.0.1@53, ::1@53 ]
log:
- target: syslog
any: info
database:
storage: "@storage_dir@"
remote:
# - id: secondary
# address: 192.168.1.1@53
#
# - id: primary
# address: 192.168.2.1@53
template:
- id: default
storage: "@storage_dir@"
file: "%s.zone"
zone:
# # Primary zone
# - domain: example.com
# notify: secondary
# # Secondary zone
# - domain: example.net
# master: primary