From 61d363da405eb4c427b113abe92198402eef2498 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 17 Aug 2020 15:14:24 +0200 Subject: [PATCH] auth slave: log successful NOTIFY --- pdns/packethandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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<