From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:26:47 +0000 (-0500) Subject: docs(remote): Add sections to important notices X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1cb23beee9d339b6203544d37ce5d8854d62018;p=thirdparty%2Fpdns.git docs(remote): Add sections to important notices Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/backends/remote.rst b/docs/backends/remote.rst index 054cd37c3f..c7165a700c 100644 --- a/docs/backends/remote.rst +++ b/docs/backends/remote.rst @@ -29,16 +29,20 @@ connector. Important notices ----------------- -There is a breaking change on v4.0 and later. 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. +Broken networks with ipv6 suffixes +================================== In some (broken) network setups, the IP addresses provided in the request (when this is an IPv6 address) may be suffixed with a ``%`` and the name of the network interface (e.g. ``%eth1``). Keep this in mind when checking the IP addresses. +Breaking changes from pre v4.0 to v4.0+ +======================================= +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. + Compiling ---------