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.
26 lines
484 B
Plaintext
26 lines
484 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 { 10.3.14.15; };
|
|
};
|
|
|
|
zone "blackhole" {
|
|
type slave;
|
|
file "/var/cache/bind/db.blackhole";
|
|
masters { 10.3.14.15; };
|
|
};
|
|
|
|
zone "10.in-addr.arpa" {
|
|
type slave;
|
|
file "/var/cache/bind/db.10.42";
|
|
masters { 10.3.14.15; };
|
|
};
|