From 7ca78bb46b4aa1b74c4e5880c9c7b10ac70a3274 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 20 May 2022 11:31:16 -0400 Subject: add tildepages.org --- named.conf.local | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'named.conf.local') 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; + }; +}; -- cgit 1.4.1