From dc81f76b4aa7e31655670fd9fec243f927a6c852 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 9 Jun 2022 19:05:11 +0200 Subject: [PATCH] dnsdist: Fix a typo in the Downstream guide --- pdns/dnsdistdist/docs/guides/downstreams.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.2