mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
firewall/advanced settings, ditch filterdns for https://github.com/opnsense/core/issues/1971
This commit is contained in:
parent
0eb35fe369
commit
fa72a9205f
@ -73,7 +73,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
$pconfig['bypassstaticroutes'] = isset($config['filter']['bypassstaticroutes']);
|
||||
} elseif ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
$pconfig = $_POST;
|
||||
$old_aliasesresolveinterval = $config['system']['aliasesresolveinterval'];
|
||||
$input_errors = array();
|
||||
|
||||
/* input validation */
|
||||
@ -227,11 +226,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
|
||||
write_config();
|
||||
|
||||
// Kill filterdns when value changes, filter_configure() will restart it
|
||||
if ($old_aliasesresolveinterval != $config['system']['aliasesresolveinterval']) {
|
||||
killbypid('/var/run/filterdns.pid');
|
||||
}
|
||||
|
||||
$savemsg = get_std_save_message();
|
||||
|
||||
system_cron_configure();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user