Unbound: adhere to restart logic during hosts configure

This commit is contained in:
Stephan de Wit 2023-03-07 09:17:33 +01:00
parent 092265c7b5
commit 5f5be7cd70

View File

@ -658,7 +658,7 @@ function unbound_hosts_generate()
$ifconfig_details = legacy_interfaces_details();
unbound_add_host_entries($ifconfig_details);
killbypid('/var/run/unbound.pid', 'HUP');
unbound_configure_do();
}
function unbound_local_zone_types()