X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2f7c7acd6fdaf6386eab4a19277ba556ac476b03..04e0d26c83e70ef0b7fdbe0919c32113a1785715:/package/dnsmasq/files/dnsmasq.conf

diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf
index ccf270d3b..7aed3a3da 100644
--- a/package/dnsmasq/files/dnsmasq.conf
+++ b/package/dnsmasq/files/dnsmasq.conf
@@ -7,11 +7,18 @@ localise-queries
 # allow /etc/hosts and dhcp lookups via *.lan
 local=/lan/
 domain=lan
+expand-hosts
+
+@ifdef dhcp_enable
+dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@
+@endif
+@ifdef wan_ifname
+except-interface=@@wan_ifname@@
+@endif
 
 # enable dhcp (start,end,netmask,leasetime)
 dhcp-authoritative
-#dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
-#dhcp-leasefile=/tmp/dhcp.leases
+dhcp-leasefile=/tmp/dhcp.leases
 
 # use /etc/ethers for static hosts; same format as --dhcp-host
 # <hwaddr> <ipaddr>