#
# soa-retry-default=3600
-#################################
-# soa-serial-offset Make sure that no SOA serial is less than this number
-#
-# soa-serial-offset=0
-
#################################
# socket-dir Where the controlsocket will live
#
::arg().set("query-local-address6","Source IPv6 address for sending queries")="::";
::arg().set("overload-queue-length","Maximum queuelength moving to packetcache only")="0";
::arg().set("max-queue-length","Maximum queuelength before considering situation lost")="5000";
- ::arg().set("soa-serial-offset","Make sure that no SOA serial is less than this number")="0";
-
+
::arg().set("retrieval-threads", "Number of AXFR-retrieval threads for slave operation")="2";
::arg().setSwitch("experimental-json-interface", "If the webserver should serve JSON data")="no";
::arg().setSwitch("experimental-api-readonly", "If the JSON API should disallow data modification")="no";
newest=i.last_modified;
}
- serial=newest; // +arg().asNum("soa-serial-offset");
+ serial=newest;
return true;
}
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>soa-serial-offset=...</term>
+ <listitem>
+ <para>
+ If your database contains single-digit SOA serials and you need to host .DE domains, this setting can help
+ placate their 6-digit SOA serial requirements. Suggested value is to set this to 1000000 which adds 1000000 to all SOA Serials
+ under that offset.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</sect3>
<sect3><title>Options with changed default values</title>
<listitem><para>
Default <link linkend="soa-type">SOA</link> retry.
</para></listitem></varlistentry>
- <varlistentry><term>soa-serial-offset=...</term>
- <listitem><para>
- If your database contains single-digit SOA serials and you need to host .DE domains, this setting can help
- placate their 6-digit SOA serial requirements. Suggested value is to set this to 1000000 which adds 1000000 to all SOA Serials
- under that offset.
- </para></listitem></varlistentry>
<varlistentry><term>socket-dir=...</term>
<listitem><para>
Where the controlsocket will live. See <xref linkend="controlsocket"/>.
#
# soa-retry-default=3600
-#################################
-# soa-serial-offset Make sure that no SOA serial is less than this number
-#
-# soa-serial-offset=0
-
#################################
# socket-dir Where the controlsocket will live
#
try {
::arg().set("stack-size","stack size per mthread")="200000";
::arg().set("soa-minimum-ttl","Don't change")="0";
- ::arg().set("soa-serial-offset","Don't change")="0";
::arg().set("no-shuffle","Don't change")="off";
::arg().set("local-port","port to listen on")="53";
::arg().set("local-address","IP addresses to listen on, separated by spaces or commas. Also accepts ports.")="127.0.0.1";