Skip to content

Instantly share code, notes, and snippets.

@paul-ridgway
Created March 24, 2018 14:08
Show Gist options
  • Save paul-ridgway/e419f7e52258db142326b691d0450be3 to your computer and use it in GitHub Desktop.
Save paul-ridgway/e419f7e52258db142326b691d0450be3 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment