Do not allow dns rebinding

This commit is contained in:
Scott Ullrich 2010-07-01 15:15:25 -04:00
parent 7d7992cd5b
commit 1faff2dbed

View File

@ -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";