ecorted.lisp, Makefile: New zone, because of a transcription error.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 14 Jul 2014 13:24:11 +0000 (14:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 14 Jul 2014 13:24:11 +0000 (14:24 +0100)
Makefile
escorted.lisp [new file with mode: 0644]

index fc2c0cb..882b08d 100644 (file)
--- 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 (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")))