configure
This commit is contained in:
parent
1b51b3f643
commit
f1440115ab
|
@ -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";
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Reference in New Issue