dns-witch-test/knot.secondary.conf

38 lines
681 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
identity: ns2.dns-witch.net.eu.org
rundir: "/run/knot"
user: knot:knot
listen: [ 0.0.0.0@53, ::@53 ]
log:
- target: syslog
any: info
key:
- id: grimoire.
algorithm: hmac-sha256
secret: {{ key }}
remote:
- id: dns-witch
address: [185.82.202.26@53, fe80::216:3eff:fe7a:2fb7@53]
key: grimoire.
acl:
- id: acl_dns-witch_axfrnfy
address: [185.82.202.26, fe80::216:3eff:fe7a:2fb7]
action: notify
key: grimoire.
template:
- id: default
storage: "/var/lib/knot"
file: "%s.zone"
master: dns-witch
acl: acl_dns-witch_axfrnfy
zone:
{% for zone_name in zones %}
- domain: {{ zone_name }}
{% endfor %}