From: Remi Gacogne Date: Thu, 9 Jun 2022 17:05:11 +0000 (+0200) Subject: dnsdist: Fix a typo in the Downstream guide X-Git-Tag: auth-4.8.0-alpha0~67^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11688%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the Downstream guide --- diff --git a/pdns/dnsdistdist/docs/guides/downstreams.rst b/pdns/dnsdistdist/docs/guides/downstreams.rst index 69574c8021..4f4e3e207b 100644 --- a/pdns/dnsdistdist/docs/guides/downstreams.rst +++ b/pdns/dnsdistdist/docs/guides/downstreams.rst @@ -108,8 +108,8 @@ If it is absolutely necessary to support UDP exchanges over an untrusted network 1.8.0 to make spoofing attempts harder: - :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. + 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. + This requires configuring the backend to use more than one outgoing socket via the ``sockets`` parameter of :func:`newServer` + to be of any use.