configure

This commit is contained in:
Kameron Kenny - pi501 2024-05-25 14:39:46 -04:00
parent 1b51b3f643
commit f1440115ab
2 changed files with 12 additions and 0 deletions

View File

@ -29,6 +29,13 @@ zone "kameronkenny.com" in {
also-notify { 10.99.153.242; };
};
zone "thelinux.pro" in {
type master;
file "/var/lib/bind/db.thelinux.pro";
allow-transfer { 10.99.153.242; };
also-notify { 10.99.153.242; };
};
zone "200.10.in-addr.arpa" in {
type master;
file "db.10.200";

View File

@ -18,6 +18,11 @@ zone "kameronkenny.com" in {
primaries { 10.99.153.241; };
};
zone "thelinux.pro" in {
type secondary;
primaries { 10.99.153.241; };
};
zone "in.thelinuxpro.net" in {
type secondary;
primaries { 10.99.153.241; };