From: phonedph1 Date: Mon, 30 Jul 2018 13:45:13 +0000 (+0000) Subject: Add autocompletion data X-Git-Tag: dnsdist-1.3.3~177^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34d00713d7fe19921ca888c0e886fd51b66b0c05;p=thirdparty%2Fpdns.git Add autocompletion data --- 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" },