From: Remi Gacogne Date: Thu, 12 Jun 2025 08:22:16 +0000 (+0200) Subject: dnsdist: Fix a typo in the upgrade guide, spotted by Miod X-Git-Tag: dnsdist-2.0.0-beta1~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a5d43aaa63170dbb829c8ca2bdf64568358cfe;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the upgrade guide, spotted by Miod --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 788b60686e..72009109ca 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -17,7 +17,7 @@ XPF support has been removed. The ``options`` parameter of :func:`HTTPStatusAction` has been deprecated because it had unexpected side-effects, and should thus no longer be used. -In some cases, :program:`dnsdist` turns an incoming into a response, setting the response code in the process. When doing so, it was not properly cleaning up records present in the answer, authority or additional sections, which could have been surprising to clients and wasted bandwidth. This has now been fixed. The cases in question are: +In some cases, :program:`dnsdist` turns an incoming query into a response, setting the response code in the process. When doing so, it was not properly cleaning up records present in the answer, authority or additional sections, which could have been surprising to clients and wasted bandwidth. This has now been fixed. The cases in question are: * :func:`RCodeAction` * :func:`ERCodeAction`