~~~~~~~~~~~~~~~~~~~~
This setting has the same function as described in the configuration
-options (See ref:`above <dnsupdate-configuration-options>`). Only one item is
+options (See :ref:`above <dnsupdate-configuration-options>`). Only one item is
allowed per row, but multiple rows can be added. An example:
::
FORWARD-DNSUPDATE
~~~~~~~~~~~~~~~~~
-See `Configuration options <dnsupdate-configuration-options>` for what it does,
+See :ref:`Configuration options <dnsupdate-configuration-options>` for what it does,
but per domain.
::
.. versionchanged:: 4.1.0
The packet and query caches are distinct. Previously, this setting was used for
- both the packet and query caches. See ref:`setting-max-packet-cache-entries` for
+ both the packet and query caches. See :ref:`setting-max-packet-cache-entries` for
the packet-cache setting.
Maximum number of entries in the query cache. 1 million (the default)
- Integer
- Default: 60
-Seconds to store queries with no answer in the Query Cache. See ref:`query-cache`.
+Seconds to store queries with no answer in the Query Cache. See :ref:`query-cache`.
.. _setting-no-config:
.. function:: RecordsTypeCountRule(section, qtype, minCount, maxCount)
Matches if there is at least ``minCount`` and at most ``maxCount`` records of type ``type`` in the section ``section``.
- ``section`` can be specified as an integer or as a ref:`DNSSection`.
+ ``section`` can be specified as an integer or as a :ref:`DNSSection`.
``qtype`` may be specified as an integer or as one of the built-in QTypes, for instance ``dnsdist.A`` or ``dnsdist.TXT``.
:param int section: The section to match on
The server will trust XPF records found in queries sent from those netmasks (both IPv4 and IPv6),
and will adjust queries' source and destination accordingly. This is especially useful when the recursor
is placed behind a proxy like `dnsdist <https://dnsdist.org>`_.
-Note that the ref:`setting-allow-from` setting is still applied to the original source address, and thus access restriction
+Note that the :ref:`setting-allow-from` setting is still applied to the original source address, and thus access restriction
should be done on the proxy.
.. _setting-xpf-rr-code: