summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-27 16:59:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-27 16:59:05 +0000
commit79b0d213de28b86536342142fef6894cbf2c640d (patch)
tree251f8e1a3149842a808c0e3c819958b026159cc6 /etc
parent0f7c5f0dfbcc291566e57e097aa49a12632cffb4 (diff)
downloadpfsense-79b0d213de28b86536342142fef6894cbf2c640d.zip
pfsense-79b0d213de28b86536342142fef6894cbf2c640d.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 3dcf3bc..beca3c7 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -620,9 +620,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