Revision 88809d25
Added by Scott Ullrich about 15 years ago
etc/inc/services.inc | ||
---|---|---|
617 | 617 |
//} |
618 | 618 |
|
619 | 619 |
/* run dnsmasq */ |
620 |
mwexec("/usr/local/sbin/dnsmasq --stop-dns-rebind --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}"); |
|
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}");
|
|
621 | 621 |
|
622 | 622 |
if ($g['booting']) |
623 | 623 |
echo "done.\n"; |
Also available in: Unified diff
Adding --rebind-localhost-ok Suggested-by: BillM