This update for unbound fixes the following issues:
Update to 1.22.0: Features:
harden-unverified-glue, from Karthik Umashankar (Microsoft).
Enabling this option protects the Unbound resolver against bad
glue, that is unverified out of zone glue, by resolving them.
It uses the records as last resort if there is no other working
glue.log-time-iso: yes that logs in ISO8601 format.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.Bug Fixes:
Update to 1.21.1: Security Fixes: