]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo in the Downstream guide 11688/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 9 Jun 2022 17:05:11 +0000 (19:05 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 9 Jun 2022 17:05:11 +0000 (19:05 +0200)
pdns/dnsdistdist/docs/guides/downstreams.rst

index 69574c8021d2971507a0ed91b736af2cbff0e15f..4f4e3e207bd7e2fced382e1ef11d4c3d66f36a8b 100644 (file)
@@ -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.