From 0200442875b67940921e05e49d9d818fc52e5430 Mon Sep 17 00:00:00 2001 From: Kameron Kenny - Pi401 Date: Sat, 20 Apr 2024 14:16:33 -0400 Subject: [PATCH] update secondary config --- secondary/etc/bind/named.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/secondary/etc/bind/named.conf b/secondary/etc/bind/named.conf index 9b352c2..72f2b8a 100755 --- a/secondary/etc/bind/named.conf +++ b/secondary/etc/bind/named.conf @@ -11,6 +11,11 @@ zone "thelinuxpro.net" in { primaries { 10.99.153.241; }; }; +zone "kameronkenny.com" in { + type secondary; + primaries { 10.99.153.241; }; +}; + zone "in.thelinuxpro.net" in { type secondary; primaries { 10.99.153.241; };