mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-05-28 04:02:33 -04:00
Changelog note for #1381, and man page explanation.
- Merge #1381: Do not initialize quic_table unless it is enabled.
This commit is contained in:
parent
18e098285e
commit
08600d68e8
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue