From 08600d68e87a1ad2576c522ff69aa07db9a883ca Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 8 Jan 2026 14:16:54 +0100 Subject: [PATCH] Changelog note for #1381, and man page explanation. - Merge #1381: Do not initialize quic_table unless it is enabled. --- doc/Changelog | 3 +++ doc/unbound.conf.rst | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.47.3