summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-03-01 18:11:46 -0500
committerChris Buechler <cmb@pfsense.org>2010-03-01 18:11:46 -0500
commit96d7b7617c406b59e286f264d85174993d0ce74d (patch)
tree502bb0b5bd3b77d2a319dcabc620fa97e842531d
parent0c1b9688b33959ab35f95cf02087ce2e427a1420 (diff)
downloadpfsense-96d7b7617c406b59e286f264d85174993d0ce74d.zip
pfsense-96d7b7617c406b59e286f264d85174993d0ce74d.tar.gz
use local-ttl 1. No reason not to, and it works around issue with Snow Leopard
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 636c75f..130c94b 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -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";
OpenPOWER on IntegriCloud