X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fdnsmasq%2Ffiles%2Fdhcp.conf;h=c79458fb2be4e91213d3b55084db325e5cabd671;hb=1660376c9d34901fef82e34ea03c1e59efca17a5;hp=85228974a1feb5828093fd4d97ef2f48ba4f8fd3;hpb=1ea23f0d5124cf0a4c8829bd62349809202324cf;p=openwrt-10.03%2F.git diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index 85228974a..c79458fb2 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -1,8 +1,11 @@ config dnsmasq option domainneeded 1 option boguspriv 1 - option filterwin2k '0' #enable for dial on demand + option filterwin2k 0 # enable for dial on demand option localise_queries 1 + option rebind_protection 1 # disable if upstream must serve RFC1918 addresses + option rebind_localhost 0 # enable for RBL checking and similar services + #list rebind_domain example.lan # whitelist RFC1918 responses for domains option local '/lan/' option domain 'lan' option expandhosts 1 @@ -12,8 +15,9 @@ config dnsmasq option leasefile '/tmp/dhcp.leases' option resolvfile '/tmp/resolv.conf.auto' #list server '/mycompany.local/1.2.3.4' - #option nonwildcard 0 + #option nonwildcard 1 #list interface br-lan + #list notinterface lo config dhcp lan option interface lan