From: Remi Gacogne Date: Thu, 26 Jan 2023 17:17:48 +0000 (+0100) Subject: dnsdist: Document that we now require an existing configuration file X-Git-Tag: dnsdist-1.8.0-rc1~68^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e52d4bb57b4d5af0584c3e1e6425c68cabbd94d;p=thirdparty%2Fpdns.git dnsdist: Document that we now require an existing configuration file --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index aeddc9d295..6cf1c5b0a2 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -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 --------------