X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fdnsmasq%2Ffiles%2Fdhcp.conf;h=19052e23337e5c065b92481e184b42daa26f4491;hb=HEAD;hp=a6e7867ca79a63acc999eb9f3be1800caa0b23fe;hpb=59cab6dd4820243e4828bed5dcd120fe05310725;p=openwrt%2F.git diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf index a6e7867ca7..19052e2333 100644 --- a/package/network/services/dnsmasq/files/dhcp.conf +++ b/package/network/services/dnsmasq/files/dhcp.conf @@ -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