Skip to content

Instantly share code, notes, and snippets.

@paul-ridgway
Created March 24, 2018 14:10
Show Gist options
  • Save paul-ridgway/266a3eba0952a5dad0a7df8f81e57a3d to your computer and use it in GitHub Desktop.
Save paul-ridgway/266a3eba0952a5dad0a7df8f81e57a3d to your computer and use it in GitHub Desktop.
default-lease-time 86400;
max-lease-time 86400;
authoritative;
log-facility local7;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.200;
option domain-name "home.ridgway.io";
option domain-name-servers 192.168.1.50, 8.8.8.8, 8.8.4.4;
option routers 192.168.1.1;
next-server 192.168.1.50;
option tftp-server-name "192.168.1.50";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment