]> granicus.if.org Git - pdns/commitdiff
Add note about trailing dot in docs
authorAki Tuomi <cmouse@desteem.org>
Thu, 5 Nov 2015 10:16:34 +0000 (12:16 +0200)
committerAki Tuomi <cmouse@cmouse.fi>
Tue, 10 Nov 2015 10:03:52 +0000 (12:03 +0200)
docs/markdown/authoritative/backend-remote.md

index 783d642744c182a9ce1b5d9f63305dec834ac9d0..c594323d39b0a4ad390e13ccd25b214aa362e633 100644 (file)
@@ -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"`.