<para>
<function>function nodata ( remoteip, domain, qtype, records )</function> is just like <function>nxdomain</function>, 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.
</para>
-
<para>
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.
</para>
</listitem>
</varlistentry>
-
<varlistentry>
<term>qname</term>
<listitem>
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>qclass</term>
+ <listitem>
+ <para>
+ 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).
+ <warning>
+ <para>
+ Only the IN class (1) is fully supported!
+ </para>
+ </warning>
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
<para>