chiark / gitweb /
harlequin.org.uk: New domain.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 Jun 2007 16:25:27 +0000 (17:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 15 Jun 2007 16:25:27 +0000 (17:25 +0100)
Makefile
harlequin.org.uk.lisp [new file with mode: 0644]

index 1e98abcc8f2373358e6a174772a66b32e5ac073d..e2f30a7eccf3de8fd0f4a30ef553b926f49b3639 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,11 @@ DISTORTED_ZONES = \
        distorted.org.uk.zone \
        198.29.172.in-addr.arpa.zone \
        199.29.172.in-addr.arpa.zone
+HARLEQUIN_ZONES = \
+       harlequin.org.uk.zone
 ALL_ZONES = \
-       $(DISTORTED_ZONES)
+       $(DISTORTED_ZONES) \
+       $(HARLEQUIN_ZONES)
 
 DOCS = distorted.tex
 DOC_OUTPUTS = $(foreach suffix,dvi ps,\
@@ -27,6 +30,9 @@ install: all publish
 $(DISTORTED_ZONES): distorted.org.uk.lisp hosts.lisp
        $(ZONE) $<
 
+$(HARLEQUIN_ZONES): harlequin.org.uk.lisp hosts.lisp
+       $(ZONE) $<
+
 %.dvi: %.tex
        latex $<
        latex $<
diff --git a/harlequin.org.uk.lisp b/harlequin.org.uk.lisp
new file mode 100644 (file)
index 0000000..08e8f30
--- /dev/null
@@ -0,0 +1,19 @@
+;;; Zone file for harlequin.org.uk
+
+(load "hosts" :verbose nil)
+
+(setf *default-zone-admin* "hostmaster@distorted.org.uk")
+(setf *default-zone-source* 'guvnor.distorted.org.uk.)
+
+(defzone harlequin.org.uk
+  ;;
+  ;; Nameservers
+  :ns ((boyle.ns :ip boyle.nsict.org)
+       ns0.blackcatnetworks.co.uk.
+       ns1.blackcatnetworks.co.uk.)
+  ;;
+  ;; Mail servers
+  :mx ((mail :ip guvnor.demon))
+  ;;
+  ;; Web service
+  ((@ www) :a boyle.nsict.org))