]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fixes documentation for remotehttp-backend. 1798/head
authorJames Taylor <james@jtaylor.id.au>
Thu, 9 Oct 2014 09:14:27 +0000 (09:14 +0000)
committerJames Taylor <james@jtaylor.id.au>
Thu, 9 Oct 2014 09:14:27 +0000 (09:14 +0000)
Still needs clarification on the SSL information.

pdns/docs/pdns.xml

index a7c1bd158cfc9e51c5e6f63d06b812f066877a89..c5688002cf536eb44d1579d4dc94c883c4f0db51 100644 (file)
@@ -21899,7 +21899,7 @@ record building scripts on his <ulink url="http://anders.com/projects/sysadmin/d
         To compile this backend, you need to configure --with-modules="remote". 
       </para>
       <para>
-        If you want to use http connector, you need libcurl and use --enable-remotebackend-http.
+        For versions prior to 3.4.0, if you want to use http connector, you need libcurl and use --enable-remotebackend-http.
       </para>
       <para>
         If you want to use ZeroMQ connector, you need libzmq-dev or libzmq3-dev and use --enable-remotebackend-zeromq.