From: Remi Gacogne Date: Mon, 20 Sep 2021 09:02:09 +0000 (+0200) Subject: dnsdist: Fix typo reported by Chris Hofstaedtler (thanks!) X-Git-Tag: auth-4.7.0-alpha1~120^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8206df3e00b5ef0e6f74871829e089f487842bbc;p=thirdparty%2Fpdns.git dnsdist: Fix typo reported by Chris Hofstaedtler (thanks!) --- diff --git a/pdns/dnsdistdist/docs/advanced/tuning.rst b/pdns/dnsdistdist/docs/advanced/tuning.rst index 20aebc7bd9..2dce4c5920 100644 --- a/pdns/dnsdistdist/docs/advanced/tuning.rst +++ b/pdns/dnsdistdist/docs/advanced/tuning.rst @@ -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 -------------