From: Remi Gacogne Date: Fri, 27 Jan 2023 14:30:03 +0000 (+0100) Subject: dnsdist: Document the change in the upgrade guide X-Git-Tag: dnsdist-1.8.0-rc1~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b23d09e02ac3369e66809518c8a0880deb89ca8;p=thirdparty%2Fpdns.git dnsdist: Document the change in the upgrade guide --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 02b4dc6c91..aeddc9d295 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -8,6 +8,8 @@ Responses to AXFR and IXFR queries are no longer cached. 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. + 1.7.0 to 1.7.1 --------------