From dc420da695a7d0fadd1b96a0e5aa3fd8b76522c5 Mon Sep 17 00:00:00 2001 From: Dennis Koster Date: Tue, 22 May 2018 14:14:43 +0200 Subject: [PATCH] Added IN to the output of API export function --- pdns/ws-auth.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/ws-auth.cc b/pdns/ws-auth.cc index 63214bddb7..1322730367 100644 --- a/pdns/ws-auth.cc +++ b/pdns/ws-auth.cc @@ -1460,6 +1460,7 @@ static void apiServerZoneExport(HttpRequest* req, HttpResponse* resp) { ss << rr.qname.toString() << "\t" << rr.ttl << "\t" << + "IN" << "\t" << rr.qtype.getName() << "\t" << makeApiRecordContent(rr.qtype, rr.content) << endl; -- 2.47.2