]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix the documentation, as suggested by Peter (thanks!) 12481/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 27 Jan 2023 14:32:51 +0000 (15:32 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Jan 2023 10:40:35 +0000 (11:40 +0100)
pdns/dnsdistdist/docs/upgrade_guide.rst

index 6cf1c5b0a2869c8cff7f32c753973d3d7f24cad4..9347e8ab99e16255b4ffb73783034f5b268bcd8e 100644 (file)
@@ -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
 --------------