From b1a6708a5cc29e0e2a8dca342c629d414f4ea077 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 20 May 2025 08:45:57 -0400 Subject: [PATCH] spelling: was Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/common/api/zone.rst | 2 +- docs/settings.rst | 12 ++++++------ .../docs/advanced/passing-source-address.rst | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/common/api/zone.rst b/docs/common/api/zone.rst index c4b1fb7b27..7a8b725b41 100644 --- a/docs/common/api/zone.rst +++ b/docs/common/api/zone.rst @@ -21,7 +21,7 @@ RREntry :property string content: The content of this record :property bool disabled: Whether or not this record is disabled - :property bool set-ptr: If set to true, the server will find the matching reverse zone and create a PTR there. Existing PTR records are replaced. If no matching reverse :json:object:`Zone`, an error is thrown. Only valid in client bodies, only valid for A and AAAA types. Not returned by the server. This feature (set-ptr) has been removed in 4.4.0. + :property bool set-ptr: If set to true, the server will find the matching reverse zone and create a PTR there. Existing PTR records are replaced. If no matching reverse :json:object:`Zone`, an error is thrown. Only valid in client bodies, only valid for A and AAAA types. Not returned by the server. This feature (set-ptr) was removed in 4.4.0. Comment diff --git a/docs/settings.rst b/docs/settings.rst index 5eac1cec1a..a036831c4c 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -491,7 +491,7 @@ Overrides :ref:`setting-default-soa-edit` - String .. deprecated:: 4.2.0 - This setting has been removed in 4.4.0 + This setting was removed in 4.4.0 Mail address to insert in the SOA record if none set in the backend. @@ -504,7 +504,7 @@ Mail address to insert in the SOA record if none set in the backend. - Default: a.misconfigured.dns.server.invalid .. deprecated:: 4.2.0 - This setting has been removed in 4.4.0 + This setting was removed in 4.4.0 Name to insert in the SOA record if none set in the backend. @@ -1791,7 +1791,7 @@ See :ref:`metadata-slave-renotify` to set this per-zone. - Default: 604800 .. deprecated:: 4.2.0 - This setting has been removed in 4.4.0 + This setting was removed in 4.4.0 Default :ref:`types-soa` expire. @@ -1804,7 +1804,7 @@ Default :ref:`types-soa` expire. - Default: 3600 .. deprecated:: 4.2.0 - This setting has been removed in 4.4.0 + This setting was removed in 4.4.0 Default :ref:`types-soa` minimum ttl. @@ -1817,7 +1817,7 @@ Default :ref:`types-soa` minimum ttl. - Default: 10800 .. deprecated:: 4.2.0 - This setting has been removed in 4.4.0 + This setting was removed in 4.4.0 Default :ref:`types-soa` refresh. @@ -1830,7 +1830,7 @@ Default :ref:`types-soa` refresh. - Default: 3600 .. deprecated:: 4.2.0 - This setting has been removed in 4.4.0 + This setting was removed in 4.4.0 Default :ref:`types-soa` retry. diff --git a/pdns/dnsdistdist/docs/advanced/passing-source-address.rst b/pdns/dnsdistdist/docs/advanced/passing-source-address.rst index f09d7e47c3..b40fe0eb0c 100644 --- a/pdns/dnsdistdist/docs/advanced/passing-source-address.rst +++ b/pdns/dnsdistdist/docs/advanced/passing-source-address.rst @@ -9,7 +9,7 @@ There are several ways to pass that information using dnsdist: the :ref:`Proxy P When the backend supports it (ISC Bind, Knot, Knot Resolver, PowerDNS Authoritative, PowerDNS Recursor, Unbound, HAProxy, nginx, postfix and many others do), the proxy protocol is the best option. .. note:: - X-Proxied-For (XPF) was a third option but it has been deprecated for a while, and support has been removed in 2.0.0. + X-Proxied-For (XPF) was a third option but it has been deprecated for a while, and support was removed in 2.0.0. .. _Proxy Protocol: @@ -129,7 +129,7 @@ X-Proxied-For ------------- .. note:: - XPF support has been removed in 2.0.0. + XPF support was removed in 2.0.0. The experimental XPF record (from `draft-bellis-dnsop-xpf `_) is an alternative to the use of EDNS Client Subnet which has the advantages of preserving any existing EDNS Client Subnet value sent by the client, and of passing along the original destination address, as well as the initial source and destination ports. -- 2.47.3