X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f41cec70855b3c8245857852fd9d9a55f95e6943..bee2d53f8d141b439c41c320f6827f34cb718e4b:/package/dnsmasq/files/dnsmasq.conf diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index d4a9f082c..8a51f8445 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -8,11 +8,16 @@ localise-queries local=/lan/ domain=lan expand-hosts +resolv-file=/tmp/resolv.conf -# enable dhcp (start,end,netmask,leasetime) +@ifdef dhcp_enable +dhcp-range=@@start@@,@@end@@,@@netmask@@,@@lease@@ dhcp-authoritative -#dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h dhcp-leasefile=/tmp/dhcp.leases +@endif +@ifdef wan_ifname +except-interface=@@wan_ifname@@ +@endif # use /etc/ethers for static hosts; same format as --dhcp-host #