summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--named.conf.mydomains10
-rw-r--r--zones/mydomains/db.itsreallynot.com25
2 files changed, 0 insertions, 35 deletions
diff --git a/named.conf.mydomains b/named.conf.mydomains
index dcc9c11..069d93c 100644
--- a/named.conf.mydomains
+++ b/named.conf.mydomains
@@ -95,16 +95,6 @@ zone "harriswoodworks.net" {
 	};
 };
 
-zone "itsreallynot.com" {
-	type master;
-	file "/etc/bind/zones/mydomains/db.itsreallynot.com";
-	allow-transfer { ns2; };
-	also-notify { ns2; };
-	update-policy {
-		grant certbot name _acme-challenge.itsreallynot.com. txt;
-	};
-};
-
 zone "hmm.st" {
 	type master;
 	file "/etc/bind/zones/mydomains/db.hmm.st";
diff --git a/zones/mydomains/db.itsreallynot.com b/zones/mydomains/db.itsreallynot.com
deleted file mode 100644
index c283254..0000000
--- a/zones/mydomains/db.itsreallynot.com
+++ /dev/null
@@ -1,25 +0,0 @@
-$ORIGIN itsreallynot.com.
-$TTL 3600
-
-;; SOA Record
-itsreallynot.com.	3600	IN	SOA	ns1.bhh.sh. root.itsreallynot.com. (
-				2019122700 ; serial 
-                                86400      ; refresh (24 hours)
-                                7200       ; retry (2 hour)
-                                3600000    ; expire (1000 hours)
-                                172800     ; minimum (2 days)
-				)
-
-	IN	NS	ns1.bhh.sh.
-	IN	NS	ns2.bhh.sh.
-
-;; A Records
-*	IN	A	209.182.234.192
-@	IN	A	209.182.234.192
-
-;; CNAME Records
-php-is-not-bad	IN	CNAME	vps1.server.freeappsw.space.
-
-;; MX Records
-@	IN	MX	1 mail.tilde.team.
-ownercheck      IN      TXT     "17ad81f6"