X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8d609d467ac1ccd3be4ee79b7e74148f87ded2f8..bee2d53f8d141b439c41c320f6827f34cb718e4b:/package/dnsmasq/files/dnsmasq.conf diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index c770d53dd..8a51f8445 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -7,14 +7,20 @@ localise-queries # allow /etc/hosts and dhcp lookups via *.lan 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 -# [] +# read-ethers # other useful options: