fix unnamed config sections
[openwrt.git] / package / dnsmasq / files / dnsmasq.conf
index ccf270d..43acd85 100644 (file)
@@ -7,11 +7,19 @@ 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
 # <hwaddr> <ipaddr>
This page took 0.028203 seconds and 4 git commands to generate.