]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: was
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 20 May 2025 12:45:57 +0000 (08:45 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 1 Jul 2025 13:16:29 +0000 (09:16 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/common/api/zone.rst
docs/settings.rst
pdns/dnsdistdist/docs/advanced/passing-source-address.rst

index c4b1fb7b27d336136d162deb1d18bdd363a14e74..7a8b725b410662836ff21ece65d48f3dee6898d0 100644 (file)
@@ -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
index 5eac1cec1ac660e30b14216f77b60fcacf246dc8..a036831c4cac5e9846508b8c17ab9f77850c6353 100644 (file)
@@ -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.
 
index f09d7e47c36975c391a11bf2a886009eca771470..b40fe0eb0cd79bbdf18939c94fa0ea2d4e94f6ed 100644 (file)
@@ -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 <https://datatracker.ietf.org/doc/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.