From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Sat, 19 Sep 2020 16:13:21 +0000 (-0600) Subject: Update dnsdist-console.cc X-Git-Tag: auth-4.4.0-alpha1~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9486%2Fhead;p=thirdparty%2Fpdns.git Update dnsdist-console.cc --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 130e4cc628..efabac2788 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -603,7 +603,7 @@ const std::vector g_consoleKeywords{ { "topCacheHitResponseRule", true, "", "move the last cache hit response rule to the first position" }, { "topClients", true, "n", "show top-`n` clients sending the most queries over length of ringbuffer" }, { "topQueries", true, "n[, labels]", "show top 'n' queries, as grouped when optionally cut down to 'labels' labels" }, - { "topResponses", true, "n, kind[, labels]", "show top 'n' responses with RCODE=kind (0=NO Error, 2=ServFail, 3=ServFail), as grouped when optionally cut down to 'labels' labels" }, + { "topResponses", true, "n, kind[, labels]", "show top 'n' responses with RCODE=kind (0=NO Error, 2=ServFail, 3=NXDomain), as grouped when optionally cut down to 'labels' labels" }, { "topResponseRule", true, "", "move the last response rule to the first position" }, { "topRule", true, "", "move the last rule to the first position" }, { "topSelfAnsweredResponseRule", true, "", "move the last self-answered response rule to the first position" },