Skip to content

Instantly share code, notes, and snippets.

@udomsak
Created May 26, 2017 13:38
Show Gist options
  • Save udomsak/5213cf14574aa059edd2c29a5de6c873 to your computer and use it in GitHub Desktop.
Save udomsak/5213cf14574aa059edd2c29a5de6c873 to your computer and use it in GitHub Desktop.
authoritative;
ddns-updates on;
ddns-update-style interim;
ddns-rev-domainname "in-addr.arpa.";
option domain-name-servers 8.8.8.8;
option ntp-servers us.pool.ntp.org;
ignore client-updates;
update-static-leases on;
use-host-decl-names on;
subnet 192.168.30.0 netmask 255.255.255.0 {
pool
{
range 192.168.30.10 192.168.30.50;
}
option subnet-mask 255.255.255.0;
option routers 192.168.30.1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment