mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reconfigure unbound on dhcp edit
This commit is contained in:
parent
1e2c88215a
commit
ed225b4c9c
@ -169,6 +169,9 @@ if ($_POST) {
|
||||
mark_subsystem_dirty('staticmaps');
|
||||
if (isset($config['dnsmasq']['enable']) && isset($config['dnsmasq']['regdhcpstatic']))
|
||||
mark_subsystem_dirty('hosts');
|
||||
if (isset($config['unbound']['enable']) && isset($config['unbound']['regdhcpstatic']))
|
||||
mark_subsystem_dirty('unbound');
|
||||
|
||||
}
|
||||
|
||||
header("Location: services_dhcpv6.php?if={$if}");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user