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'
```
This commit is contained in:
Patrik Lundin 2024-06-26 14:56:36 +02:00
parent b153e10981
commit 5972eea025
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -4,8 +4,6 @@ zone:
# Primary zones
- domain: example.com
dnssec-signing: off
notify: [ localhost ]
- domain: example.net
dnssec-signing: off
notify: [ localhost ]