From 34d00713d7fe19921ca888c0e886fd51b66b0c05 Mon Sep 17 00:00:00 2001 From: phonedph1 Date: Mon, 30 Jul 2018 13:45:13 +0000 Subject: [PATCH] Add autocompletion data --- pdns/dnsdist-console.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index ab772ea788..de432c4175 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -342,6 +342,7 @@ const std::vector g_consoleKeywords{ { "DnstapLogResponseAction", true, "identity, FrameStreamLogger [, alterFunction]", "send the contents of this response to a remote or FrameStreamLogger or RemoteLogger as dnstap. `alterFunction` is a callback, receiving a DNSResponse and a DnstapMessage, that can be used to modify the dnstap message" }, { "DropAction", true, "", "drop these packets" }, { "DropResponseAction", true, "", "drop these packets" }, + { "DSTPortRule", true, "port", "matches questions received to the destination port specified" }, { "dumpStats", true, "", "print all statistics we gather" }, { "exceedNXDOMAINs", true, "rate, seconds", "get set of addresses that exceed `rate` NXDOMAIN/s over `seconds` seconds" }, { "dynBlockRulesGroup", true, "", "return a new DynBlockRulesGroup object" }, -- 2.47.2