]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix typo reported by Chris Hofstaedtler (thanks!)
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 20 Sep 2021 09:02:09 +0000 (11:02 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 3 Dec 2021 15:31:04 +0000 (16:31 +0100)
pdns/dnsdistdist/docs/advanced/tuning.rst

index 20aebc7bd998d27c0222e8b7ddbd32d3e2f01873..2dce4c5920b2de8d5ab04511f628561fc1e1f012 100644 (file)
@@ -109,7 +109,7 @@ A different possibility is that there is not enough threads accepting new connec
 
 For incoming and outgoing DNS over TLS support, the choice of the TLS provider (OpenSSL and GnuTLS are both supported) might yield very different results depending on the exact architecture.
 
-Since 1.7.0, incoming DNS over TLS might also benefits from experimental support for TLS acceleration engines, like Intel QAT. See :func:`loadTLSEngine`, and the `tlsAsyncMode` parameter of :func:`addTLSLocal` for more information.
+Since 1.7.0, incoming DNS over TLS might also benefit from experimental support for TLS acceleration engines, like Intel QAT. See :func:`loadTLSEngine`, and the `tlsAsyncMode` parameter of :func:`addTLSLocal` for more information.
 
 Rules and Lua
 -------------