You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
//
|
|
// Do any local configuration here
|
|
//
|
|
|
|
// Consider adding the 1918 zones here, if they are not used in your
|
|
// organization
|
|
//include "/etc/bind/zones.rfc1918";
|
|
|
|
zone "natalieandjoshua.com" {
|
|
type slave;
|
|
file "/var/cache/bind/db.natalieandjoshua";
|
|
masters port 8053 { 10.3.14.15; };
|
|
};
|
|
|
|
zone "10.in-addr.arpa" {
|
|
type slave;
|
|
file "/var/cache/bind/db.10";
|
|
masters port 8053 { 10.3.14.15; };
|
|
};
|