X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/5a33b1782deb8db9e238b66528811ae21be2c2c1..3a772cfb9bb9d53599a47de39714ddcddcdbbe1a:/escorted.lisp diff --git a/escorted.lisp b/escorted.lisp new file mode 100644 index 0000000..3e4b5ed --- /dev/null +++ b/escorted.lisp @@ -0,0 +1,27 @@ +;;; Zone file for escorted.org.uk + +(load "hosts.lisp" :verbose nil) + +(setf *default-zone-admin* "hostmaster@escorted.org.uk") + +(setf *default-zone-source* 'radius.distorted.org.uk.) + +(defzone escorted.org.uk + + ;; Nameservers + :ns ((radius-ns :ip radius) + (precision-ns :ip precision) + (telecaster-ns :ip telecaster) + (mythic-beasts-1.ns :ip mythic-ns1) + (mythic-beasts-2.ns :ip mythic-ns2)) + + ;; Web service. + ((@ www) :svc stratocaster) + + ;; Mail servers + :mx ((mail :ip stratocaster)) + :srv ((:smtp mail)) + + (stratocaster.20140403._domainkey + :dkim ("stratocaster-20140403" + :v "DKIM1" :k "rsa" :h "sha256" :s "email")))