chiark / gitweb /
hosts, distorted, harlequin: Drop boyle; adopt mythic-beasts.com.
[zones] / harlequin.lisp
index 08e8f30500fa1983752ec2d2924f0fdff7f62164..11339651b6ddf4d4a5c3306718552124ed8ab3f3 100644 (file)
@@ -1,19 +1,33 @@
 ;;; Zone file for harlequin.org.uk
 
-(load "hosts" :verbose nil)
+(load "hosts.lisp" :verbose nil)
 
 (setf *default-zone-admin* "hostmaster@distorted.org.uk")
-(setf *default-zone-source* 'guvnor.distorted.org.uk.)
+
+(preferred-subnet-case
+  (fretwank
+   (setf *default-zone-source* 'vampire.distorted.org.uk.)
+   (defhost mail metalzone)
+   (defhost bloghost vampire))
+  (t
+   (setf *default-zone-source* 'guvnor.distorted.org.uk.)
+   (defhost mail guvnor.distorted.org.uk)
+   (defhost bloghost guvnor.distorted.org.uk)))
 
 (defzone harlequin.org.uk
   ;;
   ;; Nameservers
-  :ns ((boyle.ns :ip boyle.nsict.org)
-       ns0.blackcatnetworks.co.uk.
-       ns1.blackcatnetworks.co.uk.)
+  :ns ((mythic-beasts-1.ns :ip mythic-ns1)
+       (mythic-beasts-2.ns :ip mythic-ns2)
+       (guvnor.ns :ip guvnor.demon))
   ;;
   ;; Mail servers
-  :mx ((mail :ip guvnor.demon))
+  :mx ((mail :ip mail))
+  :srv ((:smtp mail))
   ;;
   ;; Web service
-  ((@ www) :a boyle.nsict.org))
+  ((@ www) :svc boyle.nsict.org)
+  :srv ((:http www))
+  ;;
+  ;; Web log (currently local)
+  (bindery :svc bloghost))