mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not allow dns rebinding
This commit is contained in:
parent
7d7992cd5b
commit
1faff2dbed
@ -636,7 +636,7 @@ function services_dnsmasq_configure() {
|
||||
//}
|
||||
|
||||
/* run dnsmasq */
|
||||
mwexec("/usr/local/sbin/dnsmasq --all-servers {$args}");
|
||||
mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --all-servers {$args}");
|
||||
|
||||
if ($g['booting'])
|
||||
echo "done.\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user