From 1e698787d23a1e5aa0c343a6e9b0b54efc9c2c8f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 18 Dec 2023 11:23:03 +0100 Subject: [PATCH] dnsdist: Also fix the DoH3 default port in the DoH3 guide --- pdns/dnsdistdist/docs/guides/dns-over-http3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2