dns-ops/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/example.conf
Patrik Lundin 5972eea025
Do not notify ourselves
Try to fix warning from startup:
```
Jun 26 12:47:35 dns-rest-api1 knotd[729521]: warning: [example.com.] notify, outgoing, remote 127.0.0.1@53 TCP, server responded with error 'NOTAUTH'
Jun 26 12:47:35 dns-rest-api1 knotd[729521]: warning: [example.net.] notify, outgoing, remote 127.0.0.1@53 TCP, server responded with error 'NOTAUTH'
```
2024-06-26 14:56:36 +02:00

10 lines
179 B
Plaintext

# Example zones, playground for the DNS REST API users
zone:
# Primary zones
- domain: example.com
dnssec-signing: off
- domain: example.net
dnssec-signing: off