]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix version added for `ServerPool:{g,s}etZeroScope` 16846/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 10 Feb 2026 14:55:22 +0000 (15:55 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 10 Feb 2026 14:55:22 +0000 (15:55 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/reference/config.rst

index 073f6e5d04c746d0e00cbda4d8abac0787622106..7f44a8f71eef5ba64f0898a24d7757d4b1edc315 100644 (file)
@@ -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.