dnsmasq: add a new "bind" configuration option
[openwrt/staging/jow.git] / package / network / services / dnsmasq / files / dhcp.conf
index ec8b1ae950fe53528c1c499a3dc98e92a23c18b0..3ebae43486ff819dcf7d54241ae6c2c66784804a 100644 (file)
@@ -10,12 +10,13 @@ config dnsmasq
        option domain   'lan'
        option expandhosts      1
        option nonegcache       0
+       option cachesize        1000
        option authoritative    1
        option readethers       1
        option leasefile        '/tmp/dhcp.leases'
        option resolvfile       '/tmp/resolv.conf.d/resolv.conf.auto'
        #list server            '/mycompany.local/1.2.3.4'
-       option nonwildcard      1 # bind to & keep track of interfaces
+       option bind             'dynamic' # bind to & keep track of interfaces
        #list interface         br-lan
        #list notinterface      lo
        #list bogusnxdomain     '64.94.110.11'