.tilde/named.conf.local

33 lines
528 B
Plaintext
Raw Normal View History

2018-11-22 02:47:08 +00:00
//
// 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" {
2018-11-24 00:49:15 +00:00
type master;
file "/etc/bind/db.your.tilde";
};
2018-11-24 00:27:24 +00:00
zone "chat.tilde" {
2018-11-24 00:49:15 +00:00
type master;
2018-11-24 00:27:24 +00:00
file "/etc/bind/db.chat.tilde";
};
2018-11-26 06:39:00 +00:00
zone "cosmic.tilde" {
type master;
file "/etc/bind/db.cosmic.tilde";
};