summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-01 16:47:54 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-01 16:47:54 -0400
commit73a1b391182316eee630e53ba83f9f3b3b9672c2 (patch)
treee9a731fc9baa4ac236cdd69099411284b6e9f0f0
parent1faff2dbed913aa7774ca9104ca30e0df18f3370 (diff)
downloadpfsense-73a1b391182316eee630e53ba83f9f3b3b9672c2.zip
pfsense-73a1b391182316eee630e53ba83f9f3b3b9672c2.tar.gz
Adding --rebind-localhost-ok Suggested-by: BillM
-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 9554c96..eee7487 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -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 --rebind-localhost-ok --stop-dns-rebind --all-servers {$args}");
if ($g['booting'])
echo "done.\n";
OpenPOWER on IntegriCloud