]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix dist doc warning
authorFred Morcos <fred.morcos@open-xchange.com>
Mon, 7 Mar 2022 09:00:40 +0000 (10:00 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Mar 2022 09:04:00 +0000 (10:04 +0100)
pdns/dnsdistdist/docs/guides/downstreams.rst

index 99458c026792071db53f8d4f0f0ccec6306218e1..69574c8021d2971507a0ed91b736af2cbff0e15f 100644 (file)
@@ -109,6 +109,7 @@ If it is absolutely necessary to support UDP exchanges over an untrusted network
 
 - :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`
 to be of any use.