From: Charles-Henri Bruyand Date: Fri, 29 Sep 2023 12:45:59 +0000 (+0200) Subject: doq: doc fix, thanks Otto X-Git-Tag: rec-5.0.0-alpha2~6^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe263e5997bb2b5e903346ae94b74e90846ad4c9;p=thirdparty%2Fpdns.git doq: doc fix, thanks Otto --- diff --git a/pdns/dnsdistdist/docs/guides/dns-over-quic.rst b/pdns/dnsdistdist/docs/guides/dns-over-quic.rst index 48fb22dc4e..957c82edbc 100644 --- a/pdns/dnsdistdist/docs/guides/dns-over-quic.rst +++ b/pdns/dnsdistdist/docs/guides/dns-over-quic.rst @@ -12,7 +12,7 @@ Adding a listen port for DNS-over-QUIC can be done with the :func:`addDOQLocal` addDOQLocal('2001:db8:1:f00::1', '/etc/ssl/certs/example.com.pem', '/etc/ssl/private/example.com.key') -This will make :program:`dnsdist` listen on [2001:db8:1:f00::1]:853 on UDP, and will use the provided certificate and key to serve incoming TLS connections. +This will make :program:`dnsdist` listen on [2001:db8:1:f00::1]:853 on UDP, and will use the provided certificate and key to serve incoming DoQ connections. The fourth parameter, if present, indicates various options. For instance, you can change the congestion control algorithm used. An example is::