dnsmasq: regenerate resolv.conf on save #4273

This commit is contained in:
Franco Fichtner 2020-09-06 10:08:14 +02:00
parent 062140c315
commit f45444b94c
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
unset($a_dnsmasq['custom_options']);
}
write_config();
system_resolvconf_generate();
dnsmasq_configure_do();
plugins_configure('dhcp');
header(url_safe('Location: /services_dnsmasq.php'));