hosts.lisp, distorted.lisp: Add entries for new wireless access points.
[zones] / odin.lisp
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)
14 (telecaster-ns :ip telecaster)
15 (national-ns :ip national))
16
17 ;; Web service.
18 ((@ www) :svc stratocaster
19 :tlsa (:https (:service-certificate-constraint
20 :public-key :sha-256 #p"https-stratocaster")))
21
22 ;; Certification.
23 :caa ((:issue "letsencrypt.org")
24 (:issue "distorted.org.uk"))
25
26 ;; Mail servers
27 :mx ((mail :ip stratocaster))
28 :srv ((:smtp mail))
29
30 (stratocaster.20140403._domainkey
31 :dkim ("stratocaster-20140403"
32 :v "DKIM1" :k "rsa" :h "sha256" :s "email")))