chiark / gitweb /
hosts.lisp, distorted.lisp: Include better entries for the scanner.
[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
2d169acd
MW
12 :ns ((radius-ns :ip radius)
13 (precision-ns :ip precision)
14 (telecaster-ns :ip telecaster)
f48e3083 15 (national-ns :ip national)
b884d371 16 (eggle-ns :ip eggle))
0885bc47
MW
17
18 ;; Web service.
955664e6
MW
19 ((@ www) :svc stratocaster
20 :tlsa (:https (:service-certificate-constraint
21 :public-key :sha-256 #p"https-stratocaster")))
0885bc47 22
2e7d3852
MW
23 ;; Certification.
24 :caa ((:issue "letsencrypt.org")
25 (:issue "distorted.org.uk"))
26
0885bc47 27 ;; Mail servers
39567ec1 28 :mx ((mail :ip stratocaster))
69bbb181 29 :srv ((:smtp mail))
37a0e278
MW
30 :spf ((:version "spf1")
31 (:pass :ip stratocaster.dmz)
8ddb3b7d
MW
32 (:soft :all))
33 (_dmarc :dmarc (:v "DMARC1"
34 :p "quarantine" :sp "quarantine"
35 :adkim "s" :aspf "s"))
aa420955 36 (_domainkey :dname stratocaster.dkim.distorted.org.uk.))