chiark / gitweb /
distorted.lisp: Delete the last mention of `pifi'.
[zones] / escorted.lisp
CommitLineData
3a772cfb
MW
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
17c8252f
MW
12 :ns ((radius.ns :ip radius)
13 (precision.ns :ip precision)
14 (telecaster.ns :ip telecaster)
1a8dfbe2 15 (national.ns :ip national)
3a772cfb 16 (mythic-beasts-1.ns :ip mythic-ns1)
fdcd43da
MW
17 (mythic-beasts-2.ns :ip mythic-ns2)
18 (mythic-beasts-3.ns :ip mythic-ns3))
3a772cfb
MW
19
20 ;; Web service.
21 ((@ www) :svc stratocaster)
22
2e7d3852
MW
23 ;; Certification.
24 :caa ((:issue "letsencrypt.org")
25 (:issue "distorted.org.uk"))
26
3a772cfb
MW
27 ;; Mail servers
28 :mx ((mail :ip stratocaster))
29 :srv ((:smtp mail))
30
31 (stratocaster.20140403._domainkey
32 :dkim ("stratocaster-20140403"
33 :v "DKIM1" :k "rsa" :h "sha256" :s "email")))