X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/328c5a2d62d61d8cb93b8e51f1f2c49cd51da39f..bee2d53f8d141b439c41c320f6827f34cb718e4b:/package/dnsmasq/files/dnsmasq.conf diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index b4bdd4b63..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 +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 #