1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00
openwrt/root/etc/udhcpd.conf
Mike Baker fee8556c06 inital commit of 20040316
SVN-Revision: 4
2004-03-28 00:20:21 +00:00

13 lines
220 B
Plaintext

max_leases 200
start 192.168.1.20
end 192.168.1.250
interface br0
lease_file /tmp/udhcpd.leases
domain lan
pidfile /tmp/udhcpd.pid
option dns 192.168.1.1
option subnet 255.255.255.0
option router 192.168.1.1
lease 7200