summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-01 23:19:25 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-01 23:20:13 -0400
commitd39a0970eb8e542d276272c432211d6d405a614a (patch)
tree50b32f16b5eb0672f90e1c128fffb17758789c10
parentd999ba6c3ffca4e04a9d04efecb90c3cd1eacc9f (diff)
downloadpfsense-d39a0970eb8e542d276272c432211d6d405a614a.zip
pfsense-d39a0970eb8e542d276272c432211d6d405a614a.tar.gz
Do not include --rebind-localhost-ok it appears to not be in our version. Will re-add it once the binary is in place
-rw-r--r--etc/inc/services.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index b8fc92b..2e4d697 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -617,7 +617,8 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
- mwexec("/usr/local/sbin/dnsmasq --rebind-localhost-ok --stop-dns-rebind --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
+ //--rebind-localhost-ok
+ mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
if ($g['booting'])
echo "done.\n";
OpenPOWER on IntegriCloud