summary refs log tree commit diff
diff options
context:
space:
mode:
authorcreme <creme@envs.net>2019-11-14 14:40:59 +0100
committercreme <creme@envs.net>2019-11-14 14:40:59 +0100
commit652f58c652d9299b7beeeddd36bbe9e574380e1b (patch)
treece6ad878e39cfcb788638c595e9f57b85d7c4654
parentcb1f8b7cf6ad244b78271ac01361fc2318643ee9 (diff)
update envs slave zone and add ns2.envs.net.
-rw-r--r--named.conf.local45
-rw-r--r--named.conf.slave2
2 files changed, 23 insertions, 24 deletions
diff --git a/named.conf.local b/named.conf.local
index 13ae748..bf4a8f1 100644
--- a/named.conf.local
+++ b/named.conf.local
@@ -16,12 +16,14 @@ include "/etc/bind/certbot.key";
 include "/etc/bind/club.key";
 include "/etc/bind/bsd.tilde.team.key";
 
-server 89.163.145.170 { keys { tilde_msT; }; };
+server 89.163.145.170 { keys { tilde_msT; }; }; // ns1.envs.net
+server 78.31.64.115 { keys { tilde_msT; }; };   // ns2.envs.net
+
 
 zone "tildeverse.net" {
 	type master;
 	file "/etc/bind/zones/db.tildeverse.net";
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	allow-transfer { 167.114.154.31; key tilde_msT;};
 	update-policy {
 		grant certbot name _acme-challenge.tildeverse.net. txt;
@@ -32,7 +34,7 @@ zone "tildeverse.org" {
 	type master;
 	file "/etc/bind/zones/db.tildeverse.org";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tildeverse.org. txt;
 	};
@@ -42,7 +44,7 @@ zone "fuckup.club" {
 	type master;
 	file "/etc/bind/zones/db.fuckup.club";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.fuckup.club. txt;
 	};
@@ -52,7 +54,7 @@ zone "nand.sh" {
 	type master;
 	file "/etc/bind/zones/db.nand.sh";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.nand.sh. txt;
 	};
@@ -62,7 +64,7 @@ zone "tild3.org" {
 	type master;
 	file "/etc/bind/zones/db.tild3.org";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tild3.org. txt;
 	};
@@ -72,7 +74,7 @@ zone "tilde.chat" {
 	type master;
 	file "/etc/bind/zones/db.tilde.chat";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.chat. txt;
 	};
@@ -82,7 +84,7 @@ zone "tildegit.org" {
 	type master;
 	file "/etc/bind/zones/db.tildegit.org";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tildegit.org. txt;
 	};
@@ -92,7 +94,7 @@ zone "tilde.life" {
 	type master;
 	file "/etc/bind/zones/db.tilde.life";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.life. txt;
 	};
@@ -102,7 +104,7 @@ zone "tildenet.org" {
 	type master;
 	file "/etc/bind/zones/db.tildenet.org";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tildenet.org. txt;
 	};
@@ -112,7 +114,7 @@ zone "tilde.news" {
 	type master;
 	file "/etc/bind/zones/db.tilde.news";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.news. txt;
 	};
@@ -122,7 +124,7 @@ zone "tildenic.org" {
 	type master;
 	file "/etc/bind/zones/db.tildenic.org";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tildenic.org. txt;
 	};
@@ -132,7 +134,7 @@ zone "tilde.ninja" {
 	type master;
 	file "/etc/bind/zones/db.tilde.ninja";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.ninja. txt;
 	};
@@ -142,7 +144,7 @@ zone "tilde.pizza" {
 	type master;
 	file "/etc/bind/zones/db.tilde.pizza";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.pizza. txt;
 	};
@@ -152,7 +154,7 @@ zone "tilderadio.org" {
 	type master;
 	file "/etc/bind/zones/db.tilderadio.org";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilderadio.org. txt;
 	};
@@ -162,7 +164,7 @@ zone "tilde.site" {
 	type master;
 	file "/etc/bind/zones/db.tilde.site";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.site. txt;
 	};
@@ -172,7 +174,7 @@ zone "tilde.team" {
 	type master;
 	file "/etc/bind/zones/db.tilde.team";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.team. txt;
 		grant bsd.tilde.team name _acme-challenge.bsd.tilde.team. txt;
@@ -183,7 +185,7 @@ zone "tildeteam.org" {
 	type master;
 	file "/etc/bind/zones/db.tildeteam.org";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tildeteam.org. txt;
 	};
@@ -193,7 +195,7 @@ zone "tilde.wiki" {
 	type master;
 	file "/etc/bind/zones/db.tilde.wiki";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.wiki. txt;
 	};
@@ -203,7 +205,7 @@ zone "tilde.zone" {
 	type master;
 	file "/etc/bind/zones/db.tilde.zone";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.tilde.zone. txt;
 	};
@@ -213,9 +215,8 @@ zone "ttm.sh" {
 	type master;
 	file "/etc/bind/zones/db.ttm.sh";
 	allow-transfer { 167.114.154.31; key tilde_msT; };
-	also-notify { 167.114.154.31; 89.163.145.170; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
 	update-policy {
 		grant certbot name _acme-challenge.ttm.sh. txt;
 	};
 };
-
diff --git a/named.conf.slave b/named.conf.slave
index 60e7823..332c895 100644
--- a/named.conf.slave
+++ b/named.conf.slave
@@ -2,14 +2,12 @@ zone "envs.net" {
 	type slave;
 	file "/var/cache/bind/fwd.envs.net";
 	masters { 89.163.145.170; };
-	allow-transfer { 167.114.154.31; };
 };
 
 zone "envs.sh" {
 	type slave;
 	file "/var/cache/bind/fwd.envs.sh";
 	masters { 89.163.145.170; };
-	allow-transfer { 167.114.154.31; };
 };
 
 zone "envs.o" {