]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: every
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 23 May 2022 01:59:37 +0000 (21:59 -0400)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Mar 2023 13:32:04 +0000 (14:32 +0100)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/dnsdistdist/docs/advanced/tls-sessions-management.rst
pdns/dnsdistdist/docs/reference/config.rst

index 357587dd59c5b36e3369dfb23b31825ac42bf630..7f995cdf3a704a9a21ef185aed7d1b19600d1e95 100644 (file)
@@ -69,7 +69,7 @@ For GnuTLS:
 Sessions management for outgoing connections
 --------------------------------------------
 
-Since 1.7, dnsdist supports securing the connection toward backends using DNS over TLS. For these connections, it keeps a cache of TLS tickets to be able to resume a TLS session quickly. By default that cache contains up to 20 TLS tickets per-backend, is cleaned up every every 60s, and TLS tickets expire if they have not been used after 600 seconds.
+Since 1.7, dnsdist supports securing the connection toward backends using DNS over TLS. For these connections, it keeps a cache of TLS tickets to be able to resume a TLS session quickly. By default that cache contains up to 20 TLS tickets per-backend, is cleaned up every 60s, and TLS tickets expire if they have not been used after 600 seconds.
 These values can be set at configuration time via:
 
  * :func:`setOutgoingTLSSessionsCacheMaxTicketsPerBackend`
index e3d238edf7a8c8fd87119de64631dd078b89df20..d7c41e7317e6d16035d19ac082ce2a5b837e4faf 100644 (file)
@@ -1716,7 +1716,7 @@ If you are looking for exact name matching, your might want to consider using a
 Outgoing TLS tickets cache management
 -------------------------------------
 
-Since 1.7, dnsdist supports securing the connection toward backends using DNS over TLS. For these connections, it keeps a cache of TLS tickets to be able to resume a TLS session quickly. By default that cache contains up to 20 TLS tickets per-backend, is cleaned up every every 60s, and TLS tickets expire if they have not been used after 600 seconds.
+Since 1.7, dnsdist supports securing the connection toward backends using DNS over TLS. For these connections, it keeps a cache of TLS tickets to be able to resume a TLS session quickly. By default that cache contains up to 20 TLS tickets per-backend, is cleaned up every 60s, and TLS tickets expire if they have not been used after 600 seconds.
 These values can be set at configuration time via:
 
 .. function:: setOutgoingTLSSessionsCacheMaxTicketsPerBackend(num)