From: Daniel Salzman Date: Wed, 24 Sep 2025 14:38:13 +0000 (+0200) Subject: doc: add default TLS and QUIC ports to reference X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34e5a096df5e1d6601f22c5dfcd93310f0eb202;p=thirdparty%2Fknot-dns.git doc: add default TLS and QUIC ports to reference --- diff --git a/doc/reference.rst b/doc/reference.rst index f0e918f260..a2b58e22a0 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -720,7 +720,7 @@ Change of this parameter requires restart of the Knot server to take effect. listen-quic ----------- -One or more IP addresses (and optionally ports) where the server listens +One or more IP addresses and optionally ports (default is 853) where the server listens for incoming queries over QUIC protocol. Change of this parameter requires restart of the Knot server to take effect. @@ -732,7 +732,7 @@ Change of this parameter requires restart of the Knot server to take effect. listen-tls ---------- -One or more IP addresses (and optionally ports) where the server listens +One or more IP addresses and optionally ports (default is 853) where the server listens for incoming queries over TLS protocol (DoT). Change of this parameter requires restart of the Knot server to take effect.