From 0468708ffe5096d3d5b776656a32149562ecf718 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 20 Sep 2017 23:01:28 +0100 Subject: [PATCH] goodhstg.lisp: Abandon this domain. 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 | 5 ----- goodhstg.lisp | 23 ----------------------- 2 files changed, 28 deletions(-) delete mode 100644 goodhstg.lisp diff --git a/Makefile b/Makefile index 69d62e6..f6a075f 100644 --- 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 index c9b78d4..0000000 --- a/goodhstg.lisp +++ /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))) -- 2.11.0