From: W.C.A. Wijngaards Date: Thu, 8 Jan 2026 13:16:54 +0000 (+0100) Subject: Changelog note for #1381, and man page explanation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08600d68e87a1ad2576c522ff69aa07db9a883ca;p=thirdparty%2Funbound.git Changelog note for #1381, and man page explanation. - Merge #1381: Do not initialize quic_table unless it is enabled. --- diff --git a/doc/Changelog b/doc/Changelog index 04672eb28..62e3089d1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +8 January 2026: Wouter + - Merge #1381: Do not initialize quic_table unless it is enabled. + 6 January 2026: Wouter - Fix edns subnet, that scope zero queries, when there is a subquery without subnet, and the forward-no-cache or diff --git a/doc/unbound.conf.rst b/doc/unbound.conf.rst index c6d840ee5..9ec4a9e0b 100644 --- a/doc/unbound.conf.rst +++ b/doc/unbound.conf.rst @@ -1306,6 +1306,9 @@ These options are part of the ``server:`` section. Only interfaces configured with that port number as @number get the QUIC service. The interface uses QUIC for the UDP traffic on that port number. + If the quic-port is set to 0, the server does not init quic code, + and quic is disabled. + This is similar to if quic is not in use, but then explicitly. Default: 853