mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
use local-ttl 1. No reason not to, and it works around issue with Snow Leopard
This commit is contained in:
parent
0c1b9688b3
commit
96d7b7617c
@ -633,7 +633,7 @@ function services_dnsmasq_configure() {
|
||||
//}
|
||||
|
||||
/* run dnsmasq */
|
||||
mwexec("/usr/local/sbin/dnsmasq --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
|
||||
mwexec("/usr/local/sbin/dnsmasq --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
|
||||
|
||||
if ($g['booting'])
|
||||
echo "done.\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user