use local-ttl 1. No reason not to, and it works around issue with Snow Leopard

This commit is contained in:
Chris Buechler 2010-03-01 18:11:46 -05:00
parent 0c1b9688b3
commit 96d7b7617c

View File

@ -633,7 +633,7 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
mwexec("/usr/local/sbin/dnsmasq --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
mwexec("/usr/local/sbin/dnsmasq --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
if ($g['booting'])
echo "done.\n";