Patrik Lundin
5972eea025
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' ```
10 lines
179 B
Plaintext
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
|