dnsmasq: add a new "bind" configuration option
[openwrt/staging/jow.git] / package / network / services / dnsmasq / files / dhcp.conf
index d5b9dfa018c146a0031920f75c4614f9b2681c4b..3ebae43486ff819dcf7d54241ae6c2c66784804a 100644 (file)
@@ -16,7 +16,7 @@ config dnsmasq
        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'