Skip to content

Instantly share code, notes, and snippets.

@ahappyforest
Created March 25, 2013 04:35
Show Gist options
  • Save ahappyforest/5234949 to your computer and use it in GitHub Desktop.
Save ahappyforest/5234949 to your computer and use it in GitHub Desktop.
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.100 192.168.2.200;
option domain-name-servers 8.8.8.8, 8.8.4.4;
option routers 192.168.2.1;
default-lease-time 600;
max-lease-time 7200;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment