From: Christian Hofstaedtler Date: Thu, 25 Dec 2014 16:35:16 +0000 (+0100) Subject: docs: improve formatting for pipebackend X-Git-Tag: rec-3.7.0-rc1~67^2~7^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5187ca64681a0a3aacb6fff4722cc6fbbc087635;p=pdns docs: improve formatting for pipebackend --- diff --git a/docs/markdown/authoritative/backend-pipe.md b/docs/markdown/authoritative/backend-pipe.md index 7fc8c3615..a8950cc64 100644 --- a/docs/markdown/authoritative/backend-pipe.md +++ b/docs/markdown/authoritative/backend-pipe.md @@ -52,9 +52,9 @@ If not set the default pipebackend-abi-version is 1. When set to 2, the local-ip Included with the PDNS distribution is the example.pl backend which has knowledge of the example.com zone, just like the BindBackend. To install both, add the following to your `pdns.conf`: ``` - launch=pipe,bind - bind-example-zones - pipe-command=location/of/backend.pl +launch=pipe,bind +bind-example-zones +pipe-command=location/of/backend.pl ``` Please adjust the [`pipe-command`](#pipe-command) statement to the location of the unpacked PDNS distribution. If your backend is slow, raise [`pipe-timeout`](#pipe-timeout) from its default of 2000ms. Now launch PDNS in monitor mode, and perform some queries. Note the difference with the earlier experiment where only the BindBackend was loaded. The PipeBackend is launched first and thus gets queried first. The sample backend.pl script knows about: @@ -102,10 +102,10 @@ Type is the tag above, `qname` is the domain the question is about. `qclass` is AXFR-queries look like this: ``` -AXFR id zoneName +AXFR id zone-name ``` -The id is gathered from the answer to a SOA query. ZoneName is given in ABI version 4. +The `id` is gathered from the answer to a SOA query. `zone-name` is given in ABI version 4. ### Answers Each answer starts with a tag, possibly followed by a TAB and more data.