From: Chris Hofstaedtler Date: Mon, 17 Aug 2020 13:14:24 +0000 (+0200) Subject: auth slave: log successful NOTIFY X-Git-Tag: rec-4.5.0-alpha0~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61d363da405eb4c427b113abe92198402eef2498;p=thirdparty%2Fpdns.git auth slave: log successful NOTIFY --- diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 2eec1d1b62..f4e95534b6 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -870,7 +870,7 @@ int PacketHandler::trySuperMasterSynchronous(const DNSPacket& p, const DNSName& int PacketHandler::processNotify(const DNSPacket& p) { - /* now what? + /* now what? was this notification from an approved address? was this notification approved by TSIG? We determine our internal SOA id (via UeberBackend) @@ -948,7 +948,7 @@ int PacketHandler::processNotify(const DNSPacket& p) } if(::arg().mustDo("slave")) { - g_log<