]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs(remote): Move pre v4.0 content to pre v4.0 breaking section
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 3 Nov 2025 15:28:36 +0000 (10:28 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 3 Nov 2025 15:28:36 +0000 (10:28 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/backends/remote.rst

index c7165a700c2e0560f096aa7e283f24dbec201a13..1aa40c1bf7df311a56df71b350714f5ac5627f9a 100644 (file)
@@ -43,6 +43,10 @@ Before version 4.0, the DNS names passed in queries were sent without a trailing
 dot, after version 4.0 the DNS names are always sent with trailing dot. F.ex.
 example.org is now sent as example.org.
 
+For the :ref:`remote-lookup` method, the priority field was required before 4.0.
+After 4.0 priority is added to content. This applies to any resource record which
+uses priority, for example SRV or MX.
+
 Compiling
 ---------
 
@@ -202,9 +206,6 @@ are using DNSSEC this can lead into trouble.
 -  Optional parameters: remote, local, real-remote
 -  Reply: array of ``qtype,qname,content,ttl,domain_id,scopeMask,auth``
 -  Optional values: domain_id, scopeMask and auth
--  Note: priority field is required before 4.0, after 4.0 priority is
-   added to content. This applies to any resource record which uses
-   priority, for example SRV or MX.
 
 Example JSON/RPC
 ''''''''''''''''