summary refs log tree commit diff
path: root/named.conf.local
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-11-27 02:07:20 -0500
committerBen Harris <ben@tilde.team>2019-11-27 02:07:20 -0500
commitadd61186e338a6a7e924bf4c6ce99575b000ebe0 (patch)
treee21effe6c3d3d2127a62de2181fc24baa6ee4ea8 /named.conf.local
parent1c8d1c4549a3f74ed8e29aa4f2a847245fda6a4c (diff)
add tildeteam.net, update srv for team
Diffstat (limited to 'named.conf.local')
-rw-r--r--named.conf.local10
1 files changed, 10 insertions, 0 deletions
diff --git a/named.conf.local b/named.conf.local
index bf4a8f1..97e0e73 100644
--- a/named.conf.local
+++ b/named.conf.local
@@ -191,6 +191,16 @@ zone "tildeteam.org" {
 	};
 };
 
+zone "tildeteam.net" {
+	type master;
+	file "/etc/bind/zones/db.tildeteam.net";
+	allow-transfer { 167.114.154.31; key tilde_msT; };
+	also-notify { 167.114.154.31; 89.163.145.170; 78.31.64.115; };
+	update-policy {
+		grant certbot name _acme-challenge.tildeteam.net. txt;
+	};
+};
+
 zone "tilde.wiki" {
 	type master;
 	file "/etc/bind/zones/db.tilde.wiki";