Skip to content

Commit

Permalink
dispatcher: docs for ds_dns_ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 11, 2022
1 parent 6074d5c commit 1c67548
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/modules/dispatcher/doc/dispatcher_admin.xml
Expand Up @@ -1162,6 +1162,28 @@ modparam("dispatcher", "ds_interval_mode", 1800)
</example>
</section>

<section id="dispatcher.p.ds_dns_ttl">
<title><varname>ds_dns_ttl</varname> (int)</title>
<para>
The interval in seconds to set TTL for DNS results received for
queries dones inside this module. If 0, this TTL is not set,
result and core values are used.
</para>
<para>
<emphasis>
Default value is <quote>0</quote>.
</emphasis>
</para>
<example>
<title>Set the <quote>ds_dns_ttl</quote> parameter</title>
<programlisting format="linespecific">
...
modparam("dispatcher", "ds_interval_mode", 7200)
...
</programlisting>
</example>
</section>

</section>

<section>
Expand Down

0 comments on commit 1c67548

Please sign in to comment.