goodhstg.lisp: Abandon this domain.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 20 Sep 2017 22:01:28 +0000 (23:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 20 Sep 2017 22:01:28 +0000 (23:01 +0100)
I've cancelled it with the registrar, switched off the virtual server
which hosted it, and see no reason to continue maintaining the zone.

Makefile
goodhstg.lisp [deleted file]

index 69d62e6..f6a075f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,11 +98,6 @@ ZONESETS             += odin
 odin_VIEWS              = outside
 odin_all_ZONES          = odin.gg
 
-## goodhstg.com
-ZONESETS               += goodhstg
-goodhstg_VIEWS          = outside
-goodhstg_all_ZONES      = goodhstg.com
-
 ###--------------------------------------------------------------------------
 ### Zone construction machinery.
 
diff --git a/goodhstg.lisp b/goodhstg.lisp
deleted file mode 100644 (file)
index c9b78d4..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-;;; Zone file for goodhstg.com
-
-(load "hosts.lisp" :verbose nil)
-
-(setf *default-zone-admin* "hostmaster@goodhstg.com")
-
-(setf *default-zone-source* 'radius.distorted.org.uk.)
-
-(defzone goodhstg.com
-
-  ;; Nameservers
-  :ns ((radius.ns :ip radius)
-       (precision.ns :ip precision)
-       (mythic-beasts-1.ns :ip mythic-ns1)
-       (mythic-beasts-2.ns :ip mythic-ns2)
-       (mythic-beasts-3.ns :ip mythic-ns3))
-
-  ;; Web service.
-  ((@ www) :svc jaguar)
-
-  ;; Mail servers
-  :mx ((mail :ip stratocaster))
-  :srv ((:smtp mail)))