restart of unbound service when (unused) interface changes

Hi all,

I am running unbound on a Debian system with two interfaces (eth0 and wlan0).
All communication goes with eth0

In The unbound.conf I have defined
„Interface: 127.0.0.1"

Unbound is working as designed, cache is being build up, all good.

However, when the wlan0 interface goes down/up accidentally, unbound restarts and cache is being reset.

How can I prevent a restart of the unbound?
Or let unbound ignore the secondary interface?
Update from 1.9.0 to 1.10.1 did not help

thanks

Syslog report:

this is nothing unbound does itself. Search for some friendly? os helper scripts.

Andreas

)))) In contrib directory in package has some useful scripts. )

As an idea.... (as I'll can do such task) Dump cache by cron on storage
periodically, and load cache contents on event. For example.

09.06.2020 01:52, A. Schulze via Unbound-users пишет: