summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-01 16:48:13 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-01 16:48:13 -0400
commit88809d25da51ccd474f503681a5848a1a489d37c (patch)
tree3e26a3ad9f7670d541560e24e13ea394161cc233 /etc
parent5ead2472deae4303324048fef6252e9066df6eac (diff)
downloadpfsense-88809d25da51ccd474f503681a5848a1a489d37c.zip
pfsense-88809d25da51ccd474f503681a5848a1a489d37c.tar.gz
Adding --rebind-localhost-ok Suggested-by: BillM
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 fb28c32..b8fc92b 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -617,7 +617,7 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
- 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