Changelog note for #1381, and man page explanation.

- Merge #1381: Do not initialize quic_table unless it is enabled.
This commit is contained in:
W.C.A. Wijngaards 2026-01-08 14:16:54 +01:00
parent 18e098285e
commit 08600d68e8
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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