From a704b65029c875610aebe1de3953ad6dea4a3be8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 27 May 2007 17:00:36 +0000 Subject: Unbreak local queries that where broken in Ticket #1190 until we hear back from author of the patch. --- etc/inc/services.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') 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}"); -- cgit v1.1