Revision d39a0970
Added by Scott Ullrich almost 15 years ago
etc/inc/services.inc | ||
---|---|---|
617 | 617 |
//} |
618 | 618 |
|
619 | 619 |
/* run dnsmasq */ |
620 |
mwexec("/usr/local/sbin/dnsmasq --rebind-localhost-ok --stop-dns-rebind --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}"); |
|
620 |
//--rebind-localhost-ok |
|
621 |
mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}"); |
|
621 | 622 |
|
622 | 623 |
if ($g['booting']) |
623 | 624 |
echo "done.\n"; |
Also available in: Unified diff
Do not include --rebind-localhost-ok it appears to not be in our version. Will re-add it once the binary is in place