From 438db5463a1de3891107220c73f0ad39650edffe Mon Sep 17 00:00:00 2001 From: Fusl Date: Mon, 27 Jan 2014 09:32:14 +0100 Subject: [PATCH] Added a documentation with warnings for the qclass. --- pdns/docs/pdns.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 722f76b880..296986b629 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -15097,7 +15097,6 @@ Feb 10 14:16:03 stats: 125784 questions, 13971 cache entries, 309 negative entri function nodata ( remoteip, domain, qtype, records ) is just like nxdomain, except it gets called when a domain exists, but the requested type does not. This is where one would implement DNS64. Available since version 3.4. - All these functions are passed the IP address of the requester, plus the name and type being requested. In return, these functions indicate if they have taken over the request, or want to let normal proceedings take their course. @@ -15173,7 +15172,6 @@ end - qname @@ -15201,6 +15199,19 @@ end + + qclass + + + Query-Class of a record. Defaults to 1 (IN). Be sure to always return the correct qclass in each record! Valid query-classes are 1 (IN), 3 (CHAOS), 254 (NONE) and 255 (ANY). + + + Only the IN class (1) is fully supported! + + + + + -- 2.47.2