From: Fred Morcos Date: Mon, 7 Mar 2022 09:00:40 +0000 (+0100) Subject: Fix dist doc warning X-Git-Tag: rec-4.7.0-beta1~56^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489bab555224d235ff41de5535d2055da9e2795f;p=thirdparty%2Fpdns.git Fix dist doc warning --- diff --git a/pdns/dnsdistdist/docs/guides/downstreams.rst b/pdns/dnsdistdist/docs/guides/downstreams.rst index 99458c0267..69574c8021 100644 --- a/pdns/dnsdistdist/docs/guides/downstreams.rst +++ b/pdns/dnsdistdist/docs/guides/downstreams.rst @@ -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.