From a639429850bd327c7760f8dc787104d25b15281a Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 18 Dec 2023 11:58:42 +0100 Subject: [PATCH] dnsdist: Document `showDOH3Frontends` --- pdns/dnsdist-console.cc | 1 + pdns/dnsdistdist/docs/reference/config.rst | 6 ++++++ 2 files changed, 7 insertions(+) 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 -- 2.47.3