From: Pieter Lexis Date: Fri, 18 Mar 2016 11:42:18 +0000 (+0100) Subject: pdnsutil: add NS record without trailing dot with create-zone X-Git-Tag: dnsdist-1.0.0-beta1~81^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8898a65c4a4ece606b051c3517b261af83e0f909;p=thirdparty%2Fpdns.git pdnsutil: add NS record without trailing dot with create-zone Closes #3484 --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index db612c2112..be299a0ddb 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1117,7 +1117,7 @@ int createZone(const DNSName &zone, const DNSName& nsname) { if(!nsname.empty()) { cout<<"Also adding one NS record"<feedRecord(rr); }