update secondary config
This commit is contained in:
parent
5fb5fa4cb0
commit
0200442875
|
@ -11,6 +11,11 @@ zone "thelinuxpro.net" in {
|
||||||
primaries { 10.99.153.241; };
|
primaries { 10.99.153.241; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "kameronkenny.com" in {
|
||||||
|
type secondary;
|
||||||
|
primaries { 10.99.153.241; };
|
||||||
|
};
|
||||||
|
|
||||||
zone "in.thelinuxpro.net" in {
|
zone "in.thelinuxpro.net" in {
|
||||||
type secondary;
|
type secondary;
|
||||||
primaries { 10.99.153.241; };
|
primaries { 10.99.153.241; };
|
||||||
|
|
Loading…
Reference in New Issue