be60ae380cdc1469f7cc7096cdbe427b5040981d
[zones] / escorted.lisp
1 ;;; Zone file for escorted.org.uk
2
3 (load "hosts.lisp" :verbose nil)
4
5 (setf *default-zone-admin* "hostmaster@escorted.org.uk")
6
7 (setf *default-zone-source* 'radius.distorted.org.uk.)
8
9 (defzone escorted.org.uk
10
11 ;; Nameservers
12 :ns ((radius.ns :ip radius)
13 (precision.ns :ip precision)
14 (telecaster.ns :ip telecaster)
15 (national.ns :ip national)
16 (mythic-beasts-1.ns :ip mythic-ns1)
17 (mythic-beasts-2.ns :ip mythic-ns2))
18
19 ;; Web service.
20 ((@ www) :svc stratocaster)
21
22 ;; Mail servers
23 :mx ((mail :ip stratocaster))
24 :srv ((:smtp mail))
25
26 (stratocaster.20140403._domainkey
27 :dkim ("stratocaster-20140403"
28 :v "DKIM1" :k "rsa" :h "sha256" :s "email")))