From: Remi Gacogne Date: Mon, 18 Dec 2023 10:23:03 +0000 (+0100) Subject: dnsdist: Also fix the DoH3 default port in the DoH3 guide X-Git-Tag: auth-4.9.0-alpha1~37^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13647%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Also fix the DoH3 default port in the DoH3 guide --- diff --git a/pdns/dnsdistdist/docs/guides/dns-over-http3.rst b/pdns/dnsdistdist/docs/guides/dns-over-http3.rst index 2824069ed4..479929f049 100644 --- a/pdns/dnsdistdist/docs/guides/dns-over-http3.rst +++ b/pdns/dnsdistdist/docs/guides/dns-over-http3.rst @@ -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::