[backfire] merge r21523, r21871 & r22222
[openwrt-10.03/.git] / package / dnsmasq / files / dhcp.conf
index 25ecde6f5db980f06cd19d4d9589f1472a67d63f..c79458fb2be4e91213d3b55084db325e5cabd671 100644 (file)
@@ -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