From: Pieter Lexis Date: Tue, 20 Nov 2018 11:02:25 +0000 (+0100) Subject: Merge pull request #7197 from pieterlexis/dnsdist-expose-secpoll X-Git-Tag: auth-4.2.0-alpha1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d2b9cb0ac2d369055c428a76839b4901107deff;p=pdns Merge pull request #7197 from pieterlexis/dnsdist-expose-secpoll dnsdist: expose secpoll status --- 5d2b9cb0ac2d369055c428a76839b4901107deff diff --cc pdns/dnsdist-console.cc index 654520cdc,ab205d3a5..da894202a --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@@ -462,9 -462,10 +462,10 @@@ const std::vector g_con { "showResponseLatency", true, "", "show a plot of the response time latency distribution" }, { "showResponseRules", true, "[{showUUIDs=false, truncateRuleWidth=-1}]", "show all defined response rules, optionally with their UUIDs and optionally truncated to a given width" }, { "showRules", true, "[{showUUIDs=false, truncateRuleWidth=-1}]", "show all defined rules, optionally with their UUIDs and optionally truncated to a given width" }, + { "showSecurityStatus", true, "", "Show the security status"}, { "showSelfAnsweredResponseRules", true, "[{showUUIDs=false, truncateRuleWidth=-1}]", "show all defined self-answered response rules, optionally with their UUIDs and optionally truncated to a given width" }, { "showServerPolicy", true, "", "show name of currently operational server selection policy" }, - { "showServers", true, "", "output all servers" }, + { "showServers", true, "[{showUUIDs=false}]", "output all servers, optionally with their UUIDs" }, { "showTCPStats", true, "", "show some statistics regarding TCP" }, { "showTLSContexts", true, "", "list all the available TLS contexts" }, { "showVersion", true, "", "show the current version" },