Re: unbound

From: <freebsd-questions-3_at_voidcaptain.com>
Date: Sat, 13 May 2023 16:23:30 UTC
LuMiWa wrote on 5/13/23 02:33:
> Hi!
> 
> I am using unbound from ports on FreeBSD 13.2 Release for DNS over TLS.
> In unbound.conf I have:
> forward-zone:
>     name: "."
>     forward-tls-upstream: yes
>     forward-addr: 9.9.9.9@853#dns.quad9.net
>     forward-addr: 149.112.112.112@853#dns.quad9.net
> 
> It worked years without problem but this weeks stopped. I remowed
> forward-tls... and port 853 and it works again but it is not the same.
> 
> Thank you.


There seems to be a bug in unbound's forwarding that appears when ASLR 
is enabled, as it recently was by default during the 13.2-RELEASE upgrade.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270912

https://github.com/NLnetLabs/unbound/issues/887