From: Remi Gacogne Date: Tue, 10 Feb 2026 14:55:22 +0000 (+0100) Subject: dnsdist: Fix version added for `ServerPool:{g,s}etZeroScope` X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16846%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix version added for `ServerPool:{g,s}etZeroScope` Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 073f6e5d04..7f44a8f71e 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1003,7 +1003,7 @@ Servers that are not assigned to a specific pool get assigned to the default poo .. method:: ServerPool:getZeroScope() - .. versionadded:: 2.0.1 + .. versionadded:: 2.1.0 Whether dnsdist will enable the EDNS Client Subnet :doc:`../advanced/zero-scope` feature when looking up into the cache, when all servers from this pool are down. @@ -1021,7 +1021,7 @@ Servers that are not assigned to a specific pool get assigned to the default poo .. method:: ServerPool:setZeroScope(enabled) - .. versionadded:: 2.0.1 + .. versionadded:: 2.1.0 Set to false if dnsdist should disable the EDNS Client Subnet :doc:`../advanced/zero-scope` feature when looking up into the cache, when all servers from this pool are down.