distorted.lisp: Use `do-host' now that it's exported.
[zones] / odin.lisp
CommitLineData
0885bc47
MW
1;;; Zone file for odin.gg
2
3(load "hosts.lisp" :verbose nil)
4
5(setf *default-zone-admin* "hostmaster@odin.gg")
6
7(setf *default-zone-source* 'radius.distorted.org.uk.)
8
9(defzone odin.gg
10
11 ;; Nameservers
12 :ns ((radius-ns :ip radius)
13 (precision-ns :ip precision)
0d00be38 14 (gandi6.ns :ip gandi-ns6))
0885bc47
MW
15
16 ;; Web service.
17 ((@ www) :svc stratocaster)
18
19 ;; Mail servers
39567ec1 20 :mx ((mail :ip stratocaster))
69bbb181
MW
21 :srv ((:smtp mail))
22
23 (stratocaster.20140403._domainkey
8d261a89
MW
24 :dkim ("stratocaster-20140403"
25 :v "DKIM1" :k "rsa" :h "sha256" :s "email")))