dnsmasq: use "hostsdir" instead of "addn-hosts"
[openwrt/openwrt.git] / package / network / services / dnsmasq / files / dhcp.conf
index a6e7867ca79a63acc999eb9f3be1800caa0b23fe..360c7d79eeef397d320c1942250d25e7fc125807 100644 (file)
@@ -15,11 +15,11 @@ config dnsmasq
        option leasefile        '/tmp/dhcp.leases'
        option resolvfile       '/tmp/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