X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/4a487d58d01e828cc7483134fb31aa20d9ab675f..4c25329e529f718019fde3a67d3790bbcfc14203:/harlequin.lisp diff --git a/harlequin.lisp b/harlequin.lisp index e1bdb18..15deeb7 100644 --- a/harlequin.lisp +++ b/harlequin.lisp @@ -4,31 +4,23 @@ (setf *default-zone-admin* "hostmaster@distorted.org.uk") -(setf *default-zone-source* 'vampire.distorted.org.uk.) -(preferred-subnet-case - (internal - (defhost mail vampire) - (defhost bloghost vampire)) - (t - (defhost mail vampire.demon) - (defhost bloghost vampire.demon))) +(setf *default-zone-source* 'radius.distorted.org.uk.) (defzone harlequin.org.uk - ;; + ;; Nameservers - :ns #+view/inside ((vampire.ns :ip vampire)) - #-view/inside ((mythic-beasts-1.ns :ip mythic-ns1) - (mythic-beasts-2.ns :ip mythic-ns2) - (radius.ns :ip radius.demon) - (vampire.ns :ip vampire.demon)) - ;; + :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 mail)) + :mx ((mail :ip vampire)) :srv ((:smtp mail)) - ;; + ;; Web service ((@ www) :svc boyle.nsict.org) :srv ((:http www)) - ;; + ;; Web log (currently local) - (bindery :svc bloghost)) + (bindery :svc vampire))