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

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

Reply via email to