summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-02 11:11:09 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-02 11:11:32 -0400
commitfc4d562bd390b1387574bb9bdb27ebdf1f933fd7 (patch)
tree5810fbf8d3d394afe99ae299e951271435776689 /etc
parent8b7ae9a3712e146d55a7c6bc9f9bec2d3bac718c (diff)
downloadpfsense-fc4d562bd390b1387574bb9bdb27ebdf1f933fd7.zip
pfsense-fc4d562bd390b1387574bb9bdb27ebdf1f933fd7.tar.gz
Adding back --rebind-localhost-ok now that dnsmasq version is bumped.
Diffstat (limited to 'etc')
-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 2e4d697..e009263 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -618,7 +618,7 @@ function services_dnsmasq_configure() {
/* run dnsmasq */
//--rebind-localhost-ok
- mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
+ mwexec("/usr/local/sbin/dnsmasq --rebind-localhost-ok --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