diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-07-01 16:48:13 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-07-01 16:48:13 -0400 |
commit | 88809d25da51ccd474f503681a5848a1a489d37c (patch) | |
tree | 3e26a3ad9f7670d541560e24e13ea394161cc233 /etc/inc | |
parent | 5ead2472deae4303324048fef6252e9066df6eac (diff) | |
download | pfsense-88809d25da51ccd474f503681a5848a1a489d37c.zip pfsense-88809d25da51ccd474f503681a5848a1a489d37c.tar.gz |
Adding --rebind-localhost-ok Suggested-by: BillM
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/services.inc | 2 |
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"; |