Created
January 13, 2016 05:57
-
-
Save jnbdz/eb8a447bdbd94bc60017 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
zone "one.example.com" { | |
type master; | |
file "/etc/bind/zones/db.one.example.com"; # zone file path | |
# allow-transfer { 10.128.20.12; }; # ns2 private IP address - secondary | |
}; | |
zone "8.10.in-addr.arpa" { | |
type master; | |
file "/etc/bind/zones/db.10.8"; # 10.8.0/24 subnet | |
# allow-transfer { 10.128.20.12; }; # ns2 private IP address - secondary | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment