Revision 79b0d213
Added by Scott Ullrich about 18 years ago
etc/inc/services.inc | ||
---|---|---|
620 | 620 |
|
621 | 621 |
/* suppose that dnsmasq handles our domain and don't send |
622 | 622 |
requests for our local domain to upstream servers */ |
623 |
if (!empty($config['system']['domain'])) { |
|
624 |
$args .= sprintf(' --local=/%s/', $config['system']['domain']); |
|
625 |
} |
|
623 |
//if (!empty($config['system']['domain'])) {
|
|
624 |
// $args .= sprintf(' --local=/%s/', $config['system']['domain']);
|
|
625 |
//}
|
|
626 | 626 |
|
627 | 627 |
/* run dnsmasq */ |
628 | 628 |
mwexec("/usr/local/sbin/dnsmasq {$args}"); |
Also available in: Unified diff
Unbreak local queries that where broken in Ticket #1190 until we hear back from author of the patch.