From: Mark Wooding Date: Mon, 14 Jul 2014 13:24:11 +0000 (+0100) Subject: ecorted.lisp, Makefile: New zone, because of a transcription error. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/3a772cfb9bb9d53599a47de39714ddcddcdbbe1a ecorted.lisp, Makefile: New zone, because of a transcription error. --- diff --git a/Makefile b/Makefile index fc2c0cb..882b08d 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,11 @@ binswood_VIEWS = outside binswood_all_ZONES += binswood.org.uk binswood_all_ZONES += 27.165.10.in-addr.arpa +## escorted.org.uk +ZONESETS += escorted +escorted_VIEWS = outside +escorted_all_ZONES += escorted.org.uk + ## odin.gg ZONESETS += odin odin_VIEWS = outside 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")))