chiark / gitweb /
Rename zone definition files.
[zones] / harlequin.lisp
diff --git a/harlequin.lisp b/harlequin.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))