]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #871
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Oct 2024 08:35:45 +0000 (10:35 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Oct 2024 08:35:45 +0000 (10:35 +0200)
- Merge #871: DNS over QUIC. This adds `quic-port: 853` and
  `quic-size: 8m` that enable dnsoverquic, and the counters
  `num.query.quic` and `mem.quic` in the statistics output.
  The feature needs to be enabled by compiling with libngtcp2,
  with `--with-libngtcp2=path` and libngtcp2 needs openssl+quic,
  pass that with `--with-ssl=path` to compile unbound as well.

doc/Changelog

index 62f25224d4406165ec39abae6c5772f3af799fe0..358e475162fc99acf4b0b758fbd60505430c605b 100644 (file)
@@ -1,3 +1,11 @@
+9 October 2024: Wouter
+       - Merge #871: DNS over QUIC. This adds `quic-port: 853` and
+         `quic-size: 8m` that enable dnsoverquic, and the counters
+         `num.query.quic` and `mem.quic` in the statistics output.
+         The feature needs to be enabled by compiling with libngtcp2,
+         with `--with-libngtcp2=path` and libngtcp2 needs openssl+quic,
+         pass that with `--with-ssl=path` to compile unbound as well.
+
 8 October 2024: Wouter
        - Fix #1149: unbound-control-setup hangs sometimes depending on
          the openssl version.