From 5018693961b51601f1123d55d1ae8ae4e9e383ec Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Wed, 12 Jun 2019 15:35:26 +0200 Subject: [PATCH] auth: deprecate SOA autocomplete --- pdns/pdnsutil.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index a1b0995a50..dc45825173 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -347,6 +347,10 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, const vect vectorparts; stringtok(parts, rr.content); + if(parts.size() < 7) { + cout<<"[Warning] SOA autocomplete is deprecated, missing field(s) in SOA content: "<