Revert "Do not allow dns rebinding"

This reverts commit 1faff2dbed.
This commit is contained in:
Chris Buechler 2010-07-06 11:25:46 -04:00
parent 144a98a0a6
commit f25c8e6509

View File

@ -636,7 +636,7 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --all-servers {$args}");
mwexec("/usr/local/sbin/dnsmasq --all-servers {$args}");
if ($g['booting'])
echo "done.\n";