mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
hosts file not regenerated in dns forward
This commit is contained in:
parent
81bf3210ea
commit
c30080e503
@ -96,6 +96,7 @@ if ($_POST && isset($_POST['submit'])) {
|
||||
|
||||
if (!$input_errors) {
|
||||
write_config();
|
||||
|
||||
$retval = services_dnsmasq_configure();
|
||||
$savemsg = get_std_save_message($retval);
|
||||
}
|
||||
@ -105,6 +106,7 @@ if ($_POST && isset($_POST['submit'])) {
|
||||
filter_configure();
|
||||
/* Update resolv.conf in case the interface bindings exclude localhost. */
|
||||
system_resolvconf_generate();
|
||||
system_hosts_generate();
|
||||
$retval = services_dnsmasq_configure();
|
||||
$savemsg = get_std_save_message($retval);
|
||||
if ($retval == 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user