mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
reload Unbound here, fixes some instances of PD-assigned v6 IPs missing from unbound.conf
This commit is contained in:
parent
a0e9e17d2d
commit
d12e3d3c46
@ -3147,6 +3147,9 @@ function interface_track6_configure($interface = "lan", $wancfg, $linkupevent =
|
||||
require_once("services.inc");
|
||||
|
||||
services_dhcpd_configure("inet6");
|
||||
|
||||
if (isset($config['unbound']['enable']))
|
||||
services_unbound_configure();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user