Created
May 26, 2017 13:38
-
-
Save udomsak/5213cf14574aa059edd2c29a5de6c873 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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