]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Fix grammar in running description 16801/head
authorSven Skender <sskender@protonmail.com>
Sun, 1 Feb 2026 21:53:38 +0000 (22:53 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Feb 2026 21:53:38 +0000 (22:53 +0100)
pdns/dnsdistdist/docs/running.rst

index 039ab8c6fbea9fe8365cd6608dea0b806f552316..5de8b2569d2c26b6b9f92e9d23b1ab27d124ab5b 100644 (file)
@@ -34,7 +34,7 @@ Note that most packaged versions of :program:`dnsdist` already create this user.
 Understanding how queries are forwarded to backends
 ---------------------------------------------------
 
-Initially dnsdist tried to forward a query to the backend using the same protocol than the client used to contact dnsdist: queries received over UDP were forwarded over UDP, and the same for TCP. When incoming DNSCrypt and DNS over TLS support were added, the same logic was applied, so DoT queries are forwarded over TCP. For DNS over HTTPS, UDP was selected instead for performance reason, breaking with the existing logic.
+Initially dnsdist tried to forward a query to the backend using the same protocol that the client used to contact dnsdist: queries received over UDP were forwarded over UDP, and the same for TCP. When incoming DNSCrypt and DNS over TLS support were added, the same logic was applied, so DoT queries are forwarded over TCP. For DNS over HTTPS, UDP was selected instead for performance reason, breaking with the existing logic.
 
 Before 1.7.0, which introduced TCP fallback, that meant that there was a potential issue with very large answers and DNS over HTTPS, requiring careful configuration of the path between dnsdist and the backend. More information about that is available in the :doc:`DNS over HTTPS section <guides/dns-over-https>`.