X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fdnsmasq%2Ffiles%2Fdhcp.conf;h=837be313ee6fbce46db775cc0d46db659fd2706c;hb=37c404bc410707b136f70d8675b1a9629224bd7a;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..837be313e 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -1,9 +1,24 @@ -config dhcp +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' + #list server '/mycompany.local/1.2.3.4' + +config dhcp lan option interface lan option start 100 - option end 150 + option limit 150 option leasetime 12h -config dhcp +config dhcp wan option interface wan option ignore 1