From: David Strauss Date: Wed, 4 Sep 2013 22:04:01 +0000 (-0700) Subject: Specify how to use pipe abi-versions 1, 2, and 3 with DNSSEC. X-Git-Tag: rec-3.6.0-rc1~465^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92be6d961e7628f44152cdb50e685e50d19ecc43;p=pdns Specify how to use pipe abi-versions 1, 2, and 3 with DNSSEC. --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 7016641b6..8c8c6f21f 100755 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -17231,6 +17231,12 @@ scopebits indicates how many bits from the subnet provided in the question (originally from edns-subnet) were used in determining this answer. This can aid caching (although PowerDNS does not currently use this value). The auth field indicates whether this response is authoritative; this is for DNSSEC. +In the auth field, use 0 for non-authoritative or 1 for authoritative. + + +For api-versions 1 and 2, the two new fields fall back to default values. +The default value for scopebits is 0. The default for auth is 1 (meaning +authoritative).