From 268b1afed7d248a5658fcb4e6f39eb7491c56d77 Mon Sep 17 00:00:00 2001 From: David Blacka Date: Sat, 10 Jan 2026 10:11:48 -0500 Subject: [PATCH] comment out matt's zone --- cfg/named.secondary.conf | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/cfg/named.secondary.conf b/cfg/named.secondary.conf index f556a40..1ac233e 100644 --- a/cfg/named.secondary.conf +++ b/cfg/named.secondary.conf @@ -1,11 +1,15 @@ -zone "kahlerlarson.org" { - type secondary; - file "/var/lib/bind/secondary/kahlerlarson.org"; - masters { - 45.79.181.51; - 45.79.191.213; - }; - allow-transfer { - key zeke-tornado.; - }; -}; \ No newline at end of file + +# talk to Matt about secondarying his zone, since he is double secondarying mine +# but at the moment, he does not allow me to zone transfer. + +# zone "kahlerlarson.org" { +# type secondary; +# file "/var/lib/bind/secondary/kahlerlarson.org"; +# masters { +# 45.79.181.51; +# 45.79.191.213; +# }; +# allow-transfer { +# key zeke-tornado.; +# }; +# }; \ No newline at end of file