dns-ops/global/overlay/etc/puppet/modules/dns/templates/knot/knot.conf.erb
Patrik Lundin b153e10981
dns-rest-api: remove use of sunic-sunet-se
We only need to notify the backend sunic nodes directly, there is no
need to notify the anycasted service addresses.
2024-06-26 14:39:53 +02:00

41 lines
867 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/knot"
user: knot:knot
automatic-acl: on
listen: [ 0.0.0.0@53, ::0@53 ]
log:
- target: syslog
any: info
database:
storage: "/var/lib/knot"
remote:
- id: localhost
address: 127.0.0.1@53
- id: ns1-sunet-se
address: 89.47.185.240@53
address: 2001:6b0:5a:4020::384@53
- id: sunic-node1
address: 130.242.3.49@53
address: 2001:6b0:1e:2::22d@53
- id: sunic-node2
address: 130.242.3.241@53
address: 2001:6b0:1e:2::22f@53
- id: sunic-node3
address: 130.242.3.125@53
address: 2001:6b0:1e:2::231@53
template:
- id: default
storage: "/var/lib/knot/zones"
file: "%s.zone"
include: conf.d/*.conf
# All zone:s conf ^^^ should go into that directory