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:
parent
b153e10981
commit
5972eea025
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ zone:
|
|||
# Primary zones
|
||||
- domain: example.com
|
||||
dnssec-signing: off
|
||||
notify: [ localhost ]
|
||||
|
||||
- domain: example.net
|
||||
dnssec-signing: off
|
||||
notify: [ localhost ]
|
||||
|
|
Loading…
Add table
Reference in a new issue