Unbound 1.22.0rc1 pre-release
Wouter Wijngaards
wouter at nlnetlabs.nl
Fri Oct 11 06:54:52 UTC 2024
Hi Andreas,
It is fixed in
https://github.com/NLnetLabs/unbound/commit/1b7e14dc39256b172a93412e23a60cde86a7548c
The quic port is set at 853, so with quic-port: 854 or so the error
would likely go away. But the commit fixes it so that with no quic
compiled it would also not use the quic port for service. Thank you for
the report, that is an ifdef check that is good to fix!
Best regards, Wouter
On 10/10/2024 22:41, A. Schulze via Unbound-users wrote:
>
>
> Am 10.10.24 um 14:05 schrieb Wouter Wijngaards via Unbound-users:
>> Unbound 1.22.0rc1 pre-release is available:
>
>> DNS over QUIC is support is added, if compiled with libngtcp2 and
>> with the openssl+quic that it uses. Use `--with-libngtcp2` for that,
>> and enable it with `quic-port: 853`.
>
> Hi Wouter,
>
> The "quic is enabled" detection is not working well here.
> I compiled with "--without-libngtcp2" while libngtcp2-dev was present.
>
> unbound.conf:
> server:
> do-daemonize: no
> logfile: ""
> do-ip6: no
> interface: 0.0.0.0 at 853
>
> root at 6fe7bb039693:/# unbound -c /config/unbound.conf
> [1728592163] unbound[30:0] notice: init module 0: subnetcache
> [1728592163] unbound[30:0] notice: init module 1: validator
> [1728592163] unbound[30:0] notice: init module 2: iterator
> [1728592163] unbound[30:0] warning: Unbound is not compiled with ngtcp2.
> This is required to use DNS over QUIC.
> [1728592163] unbound[30:0] error: can't create commpoint
> [1728592163] unbound[30:0] error: could not create listening sockets
> [1728592163] unbound[30:0] fatal error: Could not initialize main thread
>
> This even does not change if I explicit enable DoT or DoH ("https-port:
> 853" or "tls-port: 853")
> There error above goes away if I change the port to 852 or 854 for
> example...
>
> Andreas
More information about the Unbound-users
mailing list