]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsdist-console.cc
Add showTCPStats function
[thirdparty/pdns.git] / pdns / dnsdist-console.cc
index 4a7f05412a8f1d8caf679c606ccb36c896144d05..d3611ff5727476a19b864da5b949d1903f98dade 100644 (file)
@@ -316,6 +316,7 @@ const std::vector<ConsoleKeyword> g_consoleKeywords{
   { "showRules", true, "", "show all defined rules" },
   { "showServerPolicy", true, "", "show name of currently operational server selection policy" },
   { "showServers", true, "", "output all servers" },
+  { "showTCPStats", true, "", "show some statistics regarding TCP" },
   { "showVersion", true, "", "show the current version" },
   { "shutdown", true, "", "shut down `dnsdist`" },
   { "SpoofAction", true, "{ip, ...} ", "forge a response with the specified IPv4 (for an A query) or IPv6 (for an AAAA). If you specify multiple addresses, all that match the query type (A, AAAA or ANY) will get spoofed in" },