dns-backups/named.conf.local

35 lines
882 B
Plaintext
Raw Permalink Normal View History

2023-11-20 11:23:01 -06:00
zone "intensewebs.com" {
type master;
file "/var/lib/bind/db.intensewebs.com";
allow-transfer { 192.168.1.141; };
also-notify { 192.168.1.141; };
};
2023-12-10 23:39:06 -06:00
zone "corp.intensewebs.com" {
2023-11-20 11:23:01 -06:00
type master;
2023-12-10 23:39:06 -06:00
file "/var/lib/bind/db.corp.intensewebs.com";
2023-11-20 11:23:01 -06:00
allow-transfer { 192.168.1.141; };
also-notify { 192.168.1.141; };
};
zone "iweb.city" {
type master;
file "/var/lib/bind/db.iweb.city";
allow-transfer { 192.168.1.141; };
also-notify { 192.168.1.141; };
};
2023-12-10 23:39:06 -06:00
zone "nukvm.org" {
type master;
file "/var/lib/bind/db.nukvm.org";
allow-transfer { 192.168.1.141; };
also-notify { 192.168.1.141; };
};
2023-11-20 11:23:01 -06:00
zone "1.168.192.in-addr.arpa" {
type master;
file "/var/lib/bind/db.1.168.192";
allow-transfer { 192.168.1.141; };
also-notify { 192.168.1.141; };
};