From 5972eea025e8f29ac4cb371fd71c73cfef20d5f1 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Wed, 26 Jun 2024 14:56:36 +0200 Subject: [PATCH] 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' ``` --- dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/example.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/example.conf b/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/example.conf index 0274f47..8d6a9d2 100644 --- a/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/example.conf +++ b/dns-rest-api1.sunet.se/overlay/etc/knot/conf.d/example.conf @@ -4,8 +4,6 @@ zone: # Primary zones - domain: example.com dnssec-signing: off - notify: [ localhost ] - domain: example.net dnssec-signing: off - notify: [ localhost ]