]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Also fix the DoH3 default port in the DoH3 guide 13647/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 18 Dec 2023 10:23:03 +0000 (11:23 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 18 Dec 2023 10:23:03 +0000 (11:23 +0100)
pdns/dnsdistdist/docs/guides/dns-over-http3.rst

index 2824069ed43abbb10a91bcae9d3b86b08fc73c04..479929f049ed28ac857758815d6c55cb76b96d3c 100644 (file)
@@ -12,7 +12,7 @@ Adding a listen port for DNS-over-HTTP/3 can be done with the :func:`addDOH3Loca
 
   addDOH3Local('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 DoH3 connections.
+This will make :program:`dnsdist` listen on [2001:db8:1:f00::1]:443 on UDP, and will use the provided certificate and key to serve incoming DoH3 connections.
 
 The fourth parameter, if present, indicates various options. For instance, you can change the congestion control algorithm used. An example is::