dnsmasq: use "hostsdir" instead of "addn-hosts"
[openwrt/openwrt.git] / package / network / services / dnsmasq / files / dhcp.conf
index 660b06ad4ff8e44e01bb872b6f0a4bd6fef07309..360c7d79eeef397d320c1942250d25e7fc125807 100644 (file)
@@ -15,10 +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-local subnets
 
 config dhcp lan
        option interface        lan