From: Kees Monshouwer Date: Wed, 12 Jun 2019 13:35:26 +0000 (+0200) Subject: auth: deprecate SOA autocomplete X-Git-Tag: dnsdist-1.4.0-rc1~83^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5018693961b51601f1123d55d1ae8ae4e9e383ec;p=thirdparty%2Fpdns.git auth: deprecate SOA autocomplete --- 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: "<