X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/7ee9a1c50fce860c4725d94acda52dd001fbe88e..c1b134c3e060f10a76b953c42d4f47d1fbf8bcc6:/harlequin.lisp diff --git a/harlequin.lisp b/harlequin.lisp index 08e8f30..15deeb7 100644 --- a/harlequin.lisp +++ b/harlequin.lisp @@ -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))