On 2023-01-19 08:35, Tiger!P wrote:
Package: unbound
Version: 1.17.0-1
Severity: normal
Tags: patch
Dear Maintainer,
* What led up to the situation?
I wanted to configure a static IPv6 address in unbound, but that is not
(always) available when booting the system. Therefor I enabled
ip-transparent in the server section.
On Linux, you can use "ip-freebind: yes" which doesn't require any
additional capability. Here's the man unbound.conf description snippet
for it:
> Allows you to bind to IP addresses that are nonlocal or do not exist,
> like when the network interface or IP address is down.
Works like a charm as I discovered 2 days ago when running into the same
situation as you (IPv6 not being present when unbound starts).
HTH,
Simon