From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:28:36 +0000 (-0500) Subject: docs(remote): Move pre v4.0 content to pre v4.0 breaking section X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70d6aefa5695594130e6e17f9f7217f7badd9e0f;p=thirdparty%2Fpdns.git docs(remote): Move pre v4.0 content to pre v4.0 breaking section Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/backends/remote.rst b/docs/backends/remote.rst index c7165a700c..1aa40c1bf7 100644 --- a/docs/backends/remote.rst +++ b/docs/backends/remote.rst @@ -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 ''''''''''''''''