From 4635c6b5577512fbbb562f007b03aab92714702a Mon Sep 17 00:00:00 2001 From: David Blacka Date: Mon, 27 Feb 2023 21:45:42 -0500 Subject: [PATCH] avoid TSIG for blacka.com, ecotroph.net for now --- cfg/named.primary.conf | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/cfg/named.primary.conf b/cfg/named.primary.conf index 86a2578..555a4af 100644 --- a/cfg/named.primary.conf +++ b/cfg/named.primary.conf @@ -6,14 +6,18 @@ zone "blacka.com" { notify yes; also-notify { - 66.92.146.115; - 204.109.61.194; + 45.79.181.51; // typhoon.kahlerlarson.org + 104.225.12.28; // keilir.ogud.com + 66.92.146.115; // foss.ogud.com + 204.109.61.194; // katla.ogud.com }; allow-transfer { 127.0.0.1; - key zeke-tornado.; - key zeke-ogud2.; - key zeke-ogud3; + 45.79.181.51; // typhoon.kahlerlarson.lorg + 104.225.12.28; // keilir.ogud.com + // key zeke-tornado.; + // key zeke-ogud2.; + // key zeke-ogud3; }; }; @@ -26,6 +30,8 @@ zone "ecotroph.net" { notify yes; allow-transfer { 127.0.0.1; + 45.79.181.51; // typhoon.kahlerlarson.lorg + 104.225.12.28; // keilir.ogud.com key zeke-tornado.; key zeke-ogud2.; key zeke-ogud3;