X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8d609d467ac1ccd3be4ee79b7e74148f87ded2f8..2d32a51fd3a4a914dd4940281ddb504ead47506c:/package/dnsmasq/files/dnsmasq.conf diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index c770d53dd..43acd85b1 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -7,14 +7,22 @@ localise-queries # allow /etc/hosts and dhcp lookups via *.lan local=/lan/ domain=lan +expand-hosts +resolv-file=/tmp/resolv.conf + +@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 -# [] +# read-ethers # other useful options: