]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix outdated YAML settings documentation 15527/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 6 May 2025 13:45:19 +0000 (15:45 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 6 May 2025 13:45:19 +0000 (15:45 +0200)
The version present in our repository was not in sync with recently
made changes.

pdns/dnsdistdist/docs/reference/yaml-settings.rst

index 404ae462dd5c64a5ca6c69153022ff4971221f37..546d6b9454cf4d9981d522f8d42f1729262f9b8c 100644 (file)
@@ -56,7 +56,7 @@ GlobalConfiguration
 - **webserver**: :ref:`WebserverConfiguration <yaml-settings-WebserverConfiguration>` - Internal web server configuration
 - **xfr_response_rules**: Sequence of :ref:`ResponseRuleConfiguration <yaml-settings-ResponseRuleConfiguration>` - List of rules executed when a XFR response is received
 - **xsk**: Sequence of :ref:`XskConfiguration <yaml-settings-XskConfiguration>` - List of AF_XDP / XSK objects
-- **timeout_response_rules**: Sequence of :ref:`ResponseRuleConfiguration <yaml-settings-ResponseRuleConfiguration>` - List of rules executed when a timeout event occurred
+- **timeout_response_rules**: Sequence of :ref:`ResponseRuleConfiguration <yaml-settings-ResponseRuleConfiguration>` - List of rules executed when a timeout event triggered from timer expiration or network I/O error. Note that this rule is intent only for an action to restart a timed-out or network I/O failed query.
 
 
 
@@ -101,7 +101,7 @@ Generic settings for backends
 - **mac_address**: String ``("")`` - When the ``xsk`` option is set, this parameter can be used to specify the destination MAC address to use to reach the backend. If this options is not specified, dnsdist will try to get it from the IP of the backend by looking into the system's MAC address table, but it will fail if the corresponding MAC address is not present
 - **cpus**: String ``("")`` - Set the CPU affinity for this thread, asking the scheduler to run it on a single CPU id, or a set of CPU ids. This parameter is only available if the OS provides the ``pthread_setaffinity_np()`` function
 - **xsk**: String ``("")`` - The name of an XSK sockets map to attach to this frontend, if any
-- **dscp**: Unsigned integer ``(0)`` - The DSCP marking value to be applied. Range 0-63. Default is 0 which means no action for DSCP marking.
+- **dscp**: Unsigned integer ``(0)`` - The DSCP marking value to be applied. Range 0-63. Default is 0 which means no action for DSCP marking
 
 
 .. _yaml-settings-BindConfiguration: