Skip to content

Instantly share code, notes, and snippets.

View bartekdobija's full-sized avatar
:octocat:
Simplicity is the ultimate sophistication.

Bartek Dobija bartekdobija

:octocat:
Simplicity is the ultimate sophistication.
View GitHub Profile
# /etc/dhcp/hdcpd.conf
option domain-name "home.com";
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.100;
option routers 192.168.1.1;
allow booting;