mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Stop using -y on filterdns call
This commit is contained in:
parent
517b893eec
commit
a4aebf446a
@ -1328,8 +1328,7 @@ function captiveportal_filterdns_configure() {
|
||||
} else {
|
||||
mwexec("/usr/local/sbin/filterdns -p " .
|
||||
"{$g['varrun_path']}/filterdns-{$cpzone}-cpah.pid" .
|
||||
" -i 300 -c {$cp_filterdns_filename} " .
|
||||
"-y {$cpzoneid} -d 1");
|
||||
" -i 300 -c {$cp_filterdns_filename} -d 1");
|
||||
}
|
||||
} else {
|
||||
killbypid("{$g['varrun_path']}/filterdns-{$cpzone}-cpah.pid");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user