]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document `showDOH3Frontends`
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 18 Dec 2023 10:58:42 +0000 (11:58 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 18 Dec 2023 10:58:42 +0000 (11:58 +0100)
pdns/dnsdist-console.cc
pdns/dnsdistdist/docs/reference/config.rst

index d153a00c7aee6a74feaeaa00e6a3db28571e5915..6461a9298639401bfd748dfab5152857f726437d 100644 (file)
@@ -751,6 +751,7 @@ const std::vector<ConsoleKeyword> 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" },
index a034cd54ff6e131f7746648a49a7d40f938b9147..ebfc6b02d4d4c6bd947dbf61285a1fd091402ca6 100644 (file)
@@ -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