chiark / gitweb /
hosts.lisp, distorted.lisp: artist is on the untrusted network.
[zones] / harlequin.lisp
index 08e8f30500fa1983752ec2d2924f0fdff7f62164..15deeb7c2626a2fb55998d83e178e55042b1035d 100644 (file)
@@ -1,19 +1,26 @@
 ;;; 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.)
+
+(setf *default-zone-source* 'radius.distorted.org.uk.)
 
 (defzone harlequin.org.uk
-  ;;
+
   ;; Nameservers
-  :ns ((boyle.ns :ip boyle.nsict.org)
-       ns0.blackcatnetworks.co.uk.
-       ns1.blackcatnetworks.co.uk.)
-  ;;
+  :ns ((radius.ns :ip radius)
+       (precision.ns :ip precision)
+       (mythic-beasts-1.ns :ip mythic-ns1)
+       (mythic-beasts-2.ns :ip mythic-ns2))
+
   ;; Mail servers
-  :mx ((mail :ip guvnor.demon))
-  ;;
+  :mx ((mail :ip vampire))
+  :srv ((:smtp mail))
+
   ;; Web service
-  ((@ www) :a boyle.nsict.org))
+  ((@ www) :svc boyle.nsict.org)
+  :srv ((:http www))
+
+  ;; Web log (currently local)
+  (bindery :svc vampire))