From: Remi Gacogne Date: Mon, 18 Dec 2023 10:58:42 +0000 (+0100) Subject: dnsdist: Document `showDOH3Frontends` X-Git-Tag: auth-4.9.0-alpha1~35^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a639429850bd327c7760f8dc787104d25b15281a;p=thirdparty%2Fpdns.git dnsdist: Document `showDOH3Frontends` --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index d153a00c7a..6461a92986 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -751,6 +751,7 @@ const std::vector g_consoleKeywords{ { "showConsoleACL", true, "", "show our current console ACL set" }, { "showDNSCryptBinds", true, "", "display the currently configured DNSCrypt binds" }, { "showDOHFrontends", true, "", "list all the available DOH frontends" }, + { "showDOH3Frontends", true, "", "list all the available DOH3 frontends" }, { "showDOHResponseCodes", true, "", "show the HTTP response code statistics for the DoH frontends"}, { "showDOQFrontends", true, "", "list all the available DOQ frontends" }, { "showDynBlocks", true, "", "show dynamic blocks in force" }, diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index a034cd54ff..ebfc6b02d4 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1302,6 +1302,12 @@ Status, Statistics and More Print the list of all available DNS over HTTPS frontends. +.. function:: showDOH3Frontends() + + .. versionadded:: 1.9.0 + + Print the list of all available DNS over HTTP/3 frontends. + .. function:: showDOHResponseCodes() .. versionadded:: 1.4.0