mac80211 ozonet updates
[openwrt/.git] / package / network / services / dnsmasq / files / dhcp.conf
index a6e7867ca79a63acc999eb9f3be1800caa0b23fe..19052e23337e5c065b92481e184b42daa26f4491 100644 (file)
@@ -13,13 +13,13 @@ config dnsmasq
        option authoritative    1
        option readethers       1
        option leasefile        '/tmp/dhcp.leases'
-       option resolvfile       '/tmp/resolv.conf.auto'
+       option resolvfile       '/tmp/resolv.conf.d/resolv.conf.auto'
        #list server            '/mycompany.local/1.2.3.4'
-       #option nonwildcard     1
+       option nonwildcard      1 # bind to & keep track of interfaces
        #list interface         br-lan
        #list notinterface      lo
        #list bogusnxdomain     '64.94.110.11'
-       option localservice     1  # disable to allow DNS requests from non-loclal subnets
+       option localservice     1  # disable to allow DNS requests from non-local subnets
 
 config dhcp lan
        option interface        lan