]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix typos in the documentation 11353/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Feb 2022 15:00:07 +0000 (16:00 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Feb 2022 15:00:07 +0000 (16:00 +0100)
pdns/dnsdistdist/docs/guides/downstreams.rst
pdns/dnsdistdist/docs/reference/tuning.rst

index 2469544bb3c0701d77940d4b60edba119d782be4..99458c026792071db53f8d4f0f0ccec6306218e1 100644 (file)
@@ -107,7 +107,7 @@ DNS over HTTPS should be used instead of DNS over TLS.
 If it is absolutely necessary to support UDP exchanges over an untrusted network, a few options have been introduced in
 1.8.0 to make spoofing attempts harder:
 
-- :func::`setRandomizedIdsOverUDP` will randomize the IDs in outgoing queries, at a small performance cost. :func:`setMaxUDPOutstanding`
+- :func:`setRandomizedIdsOverUDP` will randomize the IDs in outgoing queries, at a small performance cost. :func:`setMaxUDPOutstanding`
 should be set at its highest possible value (default since 1.4.0) to make that setting fully efficient.
 - :func:`setRandomizedOutgoingSockets` can be used to randomize the outgoing socket used when forwarding a query to a backend.
 This requires configuring the backend to use more than one outgoing socket via the ``sockets`` parameter of :func:`newServer`
index 1a8750868fa53405bb3f364a5839105da862ea4e..13ef72667078285795668bfc1ce9b22a3cdc12f4 100644 (file)
@@ -6,6 +6,7 @@ Tuning related functions
   .. versionadded:: 1.7.0
 
   Set how often, in seconds, the outgoing DoH connections to backends of a given worker thread are scanned to expunge the ones that are no longer usable. The default is 60 so once per minute and per worker thread.
+
   :param int interval: The interval in seconds.
 
 .. function:: setDoHDownstreamMaxIdleTime(max)