]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
doq: doc fix, thanks Otto
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Fri, 29 Sep 2023 12:45:59 +0000 (14:45 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 9 Oct 2023 11:38:11 +0000 (13:38 +0200)
pdns/dnsdistdist/docs/guides/dns-over-quic.rst

index 48fb22dc4e5f98639f5275cdabbd0233ef61d150..957c82edbcd50ed4224629a044f6e79b2c070c39 100644 (file)
@@ -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::