]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs(remote): Add sections to important notices
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 3 Nov 2025 15:26:47 +0000 (10:26 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 3 Nov 2025 15:26:47 +0000 (10:26 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/backends/remote.rst

index 054cd37c3f5cb3a34aae6d60d9c71bb44e5d4415..c7165a700c2e0560f096aa7e283f24dbec201a13 100644 (file)
@@ -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
 ---------