.tilde/named.conf.local

28 lines
453 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 "master.tilde" {
type master;
file "/etc/bind/db.master.tilde";
};
zone "team.tilde" {
type master;
file "/etc/bind/db.team.tilde";
};
zone "your.tilde" {
type master;
file "/etc/bind/db.your.tilde";
};
zone "chat.tilde" {
type master;
file "/etc/bind/db.chat.tilde";
};