.tilde/named.conf.local

28 lines
388 B
Plaintext
Raw Normal View History

2024-01-09 21:58:29 +00:00
// Dynamic BIND configuration
2020-04-14 17:01:44 +00:00
zone "thunix.tilde" {
2019-01-07 00:32:52 +00:00
type master;
2024-01-09 21:58:29 +00:00
file "/etc/bind/db.thunix.tilde";
};
2020-04-14 17:01:44 +00:00
zone "club.tilde" {
type master;
file "/etc/bind/db.club.tilde";
};
2020-04-14 17:01:44 +00:00
2024-01-09 21:58:29 +00:00
zone "your.tilde" {
2020-01-22 02:52:33 +00:00
type master;
2024-01-09 21:58:29 +00:00
file "/etc/bind/db.your.tilde";
2020-01-24 02:02:30 +00:00
};
2020-04-14 17:01:44 +00:00
2024-01-10 17:30:05 +00:00
zone "ben.tilde" {
type master;
file "/etc/bind/db.ben.tilde";
};
2024-01-10 18:00:05 +00:00
zone "team.tilde" {
type master;
file "/etc/bind/db.team.tilde";
};