X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fdnsmasq%2Ffiles%2Fdhcp.conf;h=4904b02534029660930983981b69331a966f60d4;hb=2d2ad6f7042e9f6c3f7574958016b3cc8aa77d28;hp=81453e764250c6e1322414f5c41b41ba89ad4923;hpb=05d91b11d2725398d1b6f72e24e4c6ae82f164c3;p=openwrt-10.03%2F.git diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index 81453e764..4904b0253 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -1,7 +1,21 @@ +config dnsmasq + option domainneeded 1 + option boguspriv 1 + option filterwin2k '0' #enable for dial on demand + option localise_queries 1 + option local '/lan/' + option domain 'lan' + option expandhosts 1 + option nonegcache 0 + option authoritative 1 + option readethers 1 + option leasefile '/tmp/dhcp.leases' + option resolvfile '/tmp/resolv.conf.auto' + config dhcp option interface lan option start 100 - option end 150 + option limit 150 option leasetime 12h config dhcp