add ns2.kahlerlarson.org; clean up (#1)

Reviewed-on: #1
This commit is contained in:
David Blacka 2026-01-10 14:28:32 +00:00
parent 1ec46f1565
commit 73e8a856e9
6 changed files with 11 additions and 15 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1 @@
include "/etc/bind/keys/zeke-tornado.keys";
include "/etc/bind/keys/zeke-ogud.keys";
include "/etc/bind/keys/named_hxr_us.keys";
include "/etc/bind/keys/named_knitbot_org.keys";

View File

@ -6,17 +6,13 @@ zone "blacka.com" {
notify yes;
also-notify {
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
45.79.181.51; // typhoon.kahlerlarson.org, ns1.kahlerlarson.org
45.79.191.213; // ns2.kahlerlarson.org
};
allow-transfer {
127.0.0.1;
45.79.181.51; // typhoon.kahlerlarson.lorg
104.225.12.28; // keilir.ogud.com
45.79.181.213; // ns2.kahlerlarson.org
key zeke-tornado.;
// key zeke-ogud2.;
key zeke-ogud3;
};
};

View File

@ -1,8 +1,11 @@
zone "ogud.com" {
zone "kahlerlarson.org" {
type secondary;
file "/var/lib/bind/secondary/ogud.com";
file "/var/lib/bind/secondary/kahlerlarson.org";
masters {
104.225.12.28;
#204.109.61.194;
45.79.181.51;
45.79.191.213;
};
};
allow-transfer {
key zeke-tornado.;
};
};