summary refs log tree commit diff
path: root/named.conf.local
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-05-20 11:31:16 -0400
committerBen Harris <ben@tilde.team>2022-05-20 11:31:16 -0400
commit7ca78bb46b4aa1b74c4e5880c9c7b10ac70a3274 (patch)
treedfd2212d990ca0b63a63ac1e598f6be53fed8a3e /named.conf.local
parent95166e843c10e22352d1f5a7b6c86f805bae7957 (diff)
add tildepages.org
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 750c991..b2ee105 100644
--- a/named.conf.local
+++ b/named.conf.local
@@ -198,3 +198,13 @@ zone "ttm.sh" {
 		grant certbot name _acme-challenge.ttm.sh. txt;
 	};
 };
+
+zone "tildepages.org" {
+	type master;
+	file "/etc/bind/zones/db.tildepages.org";
+	allow-transfer { transferto; heslave; };
+	also-notify { notifylist; he1; };
+	update-policy {
+		grant certbot name _acme-challenge.tildepages.org. txt;
+	};
+};