fix freebsd build
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / etc / dnsmasq.conf
index 2c6c404..293edc6 100644 (file)
@@ -11,10 +11,12 @@ domain=lan
 except-interface=vlan1
 
 # 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
 
-# allow a /etc/ethers for static hosts
+# use /etc/ethers for static hosts; same format as --dhcp-host
+# <hwaddr> [<hostname>] <ipaddr>
 read-ethers
 
 # other useful options:
This page took 0.02006 seconds and 4 git commands to generate.