From 4874286697d132809ed9cb364fec3ebfcb2ba0f5 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 3 Sep 2019 16:05:44 +0000 Subject: delete expired domains --- named.conf.local | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'named.conf.local') diff --git a/named.conf.local b/named.conf.local index 267e0cf..dc10c57 100644 --- a/named.conf.local +++ b/named.conf.local @@ -86,16 +86,6 @@ zone "nand.zone" { }; }; -zone "tild3.club" { - type master; - file "/etc/bind/zones/db.tild3.club"; - 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.tild3.club. txt; - }; -}; - zone "tild3.org" { type master; file "/etc/bind/zones/db.tild3.org"; @@ -236,16 +226,6 @@ zone "tilde.wiki" { }; }; -zone "tilde.wtf" { - type master; - file "/etc/bind/zones/db.tilde.wtf"; - 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.tilde.wtf. txt; - }; -}; - zone "tilde.zone" { type master; file "/etc/bind/zones/db.tilde.zone"; -- cgit 1.4.1