summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-27 17:00:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-27 17:00:36 +0000
commita704b65029c875610aebe1de3953ad6dea4a3be8 (patch)
tree46a03e178aca2d16fe1ecccdeaf222dfdb829395 /etc
parentcbe2ebe030e16c9e283e843fd4c76eb75facfcbe (diff)
downloadpfsense-a704b65029c875610aebe1de3953ad6dea4a3be8.zip
pfsense-a704b65029c875610aebe1de3953ad6dea4a3be8.tar.gz
Unbreak local queries that where broken in Ticket #1190 until we hear back from author of the patch.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 16a5ce2..ba3d6b9 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -623,9 +623,9 @@ function services_dnsmasq_configure() {
/* suppose that dnsmasq handles our domain and don't send
requests for our local domain to upstream servers */
- if (!empty($config['system']['domain'])) {
- $args .= sprintf(' --local=/%s/', $config['system']['domain']);
- }
+ //if (!empty($config['system']['domain'])) {
+ // $args .= sprintf(' --local=/%s/', $config['system']['domain']);
+ //}
/* run dnsmasq */
mwexec("/usr/local/sbin/dnsmasq {$args}");
OpenPOWER on IntegriCloud