fix missing update for include() api change (#815)
[openwrt.git] / package / dnsmasq / files / dnsmasq.conf
index 7aed3a3..8a51f84 100644 (file)
@@ -8,18 +8,17 @@ localise-queries
 local=/lan/
 domain=lan
 expand-hosts
+resolv-file=/tmp/resolv.conf
 
 @ifdef dhcp_enable
 dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@
+dhcp-authoritative
+dhcp-leasefile=/tmp/dhcp.leases
 @endif
 @ifdef wan_ifname
 except-interface=@@wan_ifname@@
 @endif
 
-# enable dhcp (start,end,netmask,leasetime)
-dhcp-authoritative
-dhcp-leasefile=/tmp/dhcp.leases
-
 # use /etc/ethers for static hosts; same format as --dhcp-host
 # <hwaddr> <ipaddr>
 read-ethers
This page took 0.039369 seconds and 4 git commands to generate.