chiark / gitweb /
ecorted.lisp, Makefile: New zone, because of a transcription error.
[zones] / escorted.lisp
diff --git a/escorted.lisp b/escorted.lisp
new file mode 100644 (file)
index 0000000..3e4b5ed
--- /dev/null
@@ -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")))