From: Aki Tuomi Date: Thu, 5 Nov 2015 10:16:34 +0000 (+0200) Subject: Add note about trailing dot in docs X-Git-Tag: dnsdist-1.0.0-alpha1~234^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a849659c7f1f724cf0db2b79fbdb509dc59d6bdf;p=pdns Add note about trailing dot in docs --- diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index 783d64274..c594323d3 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -18,6 +18,8 @@ This backend provides unix socket / pipe / http remoting for powerdns. You shoul ## Important notices Please do not use remotebackend shipped before version 3.3. This version has severe bug that can crash the entire process. +There is a breaking change on v4.0 and later. Before version 4.0, the DNS names passed in queries were without trailing dot, after version 4.0 the DNS names are sent with trailing dot. F.ex. example.org is now sent as example.org. + ## Compiling To compile this backend, you need to configure `--with-modules="remote"`.