From 92be6d961e7628f44152cdb50e685e50d19ecc43 Mon Sep 17 00:00:00 2001 From: David Strauss Date: Wed, 4 Sep 2013 15:04:01 -0700 Subject: [PATCH] Specify how to use pipe abi-versions 1, 2, and 3 with DNSSEC. --- pdns/docs/pdns.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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). -- 2.49.0