]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document that we now require an existing configuration file
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 26 Jan 2023 17:17:48 +0000 (18:17 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Jan 2023 10:40:12 +0000 (11:40 +0100)
pdns/dnsdistdist/docs/upgrade_guide.rst

index aeddc9d2952204e6a9be530d957b93bbc4052923..6cf1c5b0a2869c8cff7f32c753973d3d7f24cad4 100644 (file)
@@ -10,6 +10,8 @@ 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.
+
 1.7.0 to 1.7.1
 --------------