summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--named.conf.local2
-rw-r--r--named.conf.tilde18
2 files changed, 18 insertions, 2 deletions
diff --git a/named.conf.local b/named.conf.local
index dd7ad5c..267e0cf 100644
--- a/named.conf.local
+++ b/named.conf.local
@@ -159,7 +159,7 @@ zone "tilde.news" {
 zone "tildenic.org" {
 	type master;
 	file "/etc/bind/zones/db.tildenic.org";
-	allow-transfer { 167.114.154.31; };
+	allow-transfer { 167.114.154.31; key tilde_msT; };
 	also-notify { 167.114.154.31; 89.163.145.170; };
 	update-policy {
 		grant certbot name _acme-challenge.tildenic.org. txt;
diff --git a/named.conf.tilde b/named.conf.tilde
index ac2c3c5..f51b692 100644
--- a/named.conf.tilde
+++ b/named.conf.tilde
@@ -1,4 +1,4 @@
-zone "tilde." IN {
+zone "tilde" IN {
 	type forward;
 	forward only;
 	forwarders { 139.59.215.24; 149.56.184.112; };
@@ -7,40 +7,56 @@ zone "tilde." IN {
 zone "team.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.team.tilde";
+	allow-transfer { 139.59.215.24; 149.56.184.112; };
+	also-notify { 139.59.215.24; 149.56.184.112; };
 };
 
 zone "git.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.git.tilde";
+	allow-transfer { 139.59.215.24; 149.56.184.112; };
+	also-notify { 139.59.215.24; 149.56.184.112; };
 };
 
 zone "mastodon.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.mastodon.tilde";
+	allow-transfer { 139.59.215.24; 149.56.184.112; };
+	also-notify { 139.59.215.24; 149.56.184.112; };
 };
 
 zone "lists.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.lists.tilde";
+	allow-transfer { 139.59.215.24; 149.56.184.112; };
+	also-notify { 139.59.215.24; 149.56.184.112; };
 };
 
 zone "chat.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.chat.tilde";
+	allow-transfer { 139.59.215.24; 149.56.184.112; };
+	also-notify { 139.59.215.24; 149.56.184.112; };
 };
 
 zone "ci.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.ci.tilde";
+	allow-transfer { 139.59.215.24; 149.56.184.112; };
+	also-notify { 139.59.215.24; 149.56.184.112; };
 };
 
 zone "pleroma.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.pleroma.tilde";
+	allow-transfer { 139.59.215.24; 149.56.184.112; };
+	also-notify { 139.59.215.24; 149.56.184.112; };
 };
 
 zone "news.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.news.tilde";
+	allow-transfer { 139.59.215.24; 149.56.184.112; };
+	also-notify { 139.59.215.24; 149.56.184.112; };
 };