From 6dfeef93123910a3454208602ba2d6c0e603aacb Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 10 Feb 2026 15:55:22 +0100 Subject: [PATCH] dnsdist: Fix version added for `ServerPool:{g,s}etZeroScope` Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/docs/reference/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3