Project

General

Profile

« Previous | Next » 

Revision 96d7b761

Added by Chris Buechler over 15 years ago

use local-ttl 1. No reason not to, and it works around issue with Snow Leopard

View differences:

etc/inc/services.inc
633 633
		//}
634 634

  
635 635
		/* run dnsmasq */
636
		mwexec("/usr/local/sbin/dnsmasq --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
636
		mwexec("/usr/local/sbin/dnsmasq --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
637 637

  
638 638
		if ($g['booting'])
639 639
			echo "done.\n";

Also available in: Unified diff