ddns-update-style none;
option domain-name "ip-connect.local";
option domain-name-servers 10.0.0.1;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 10.0.0.0 netmask 255.255.255.0 {
range dynamic-bootp 10.0.0.10 10.0.0.254;
option broadcast-address 10.0.0.255;
option routers 10.0.0.1;
allow booting;
allow bootp;
filename "pxelinux.0";
next-server 10.0.0.2;
}