]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add autocompletion data
authorphonedph1 <phoned@gmail.com>
Mon, 30 Jul 2018 13:45:13 +0000 (13:45 +0000)
committerphonedph1 <phoned@gmail.com>
Mon, 30 Jul 2018 13:45:13 +0000 (13:45 +0000)
pdns/dnsdist-console.cc

index ab772ea7885beac6254008bdea3519de6dd17816..de432c4175c1d0dfcb7e417524ff290baf4dd477 100644 (file)
@@ -342,6 +342,7 @@ const std::vector<ConsoleKeyword> 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" },