Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Created January 13, 2016 05:57
Show Gist options
  • Save jnbdz/eb8a447bdbd94bc60017 to your computer and use it in GitHub Desktop.
Save jnbdz/eb8a447bdbd94bc60017 to your computer and use it in GitHub Desktop.
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