From: Remi Gacogne Date: Fri, 27 Jan 2023 14:32:51 +0000 (+0100) Subject: dnsdist: Fix the documentation, as suggested by Peter (thanks!) X-Git-Tag: dnsdist-1.8.0-rc1~68^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af1e501224a1e17d2a6ee4261eda48f3dcd24e5e;p=thirdparty%2Fpdns.git dnsdist: Fix the documentation, as suggested by Peter (thanks!) --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 6cf1c5b0a2..9347e8ab99 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -10,7 +10,7 @@ Cache-hits are now counted as responses in our metrics. The :func:`setMaxTCPConnectionsPerClient` limit is now properly applied to DNS over HTTPS connections, in addition to DNS over TCP and DNS over TLS ones. -The configuration check will now fails if the configuration file does not exist. For this reason we now create a default configuration file, based on the file previously called dnsdistconf.lua, which contains commented-out examples of how to set up dnsdist. +The configuration check will now fail if the configuration file does not exist. For this reason we now create a default configuration file, based on the file previously called ``dnsdistconf.lua``, which contains commented-out examples of how to set up dnsdist. 1.7.0 to 1.7.1 --------------