hosts.lisp: Fix IPv6 network address for Jump.
[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)
1a8dfbe2 15 (national-ns :ip national))
0885bc47
MW
16
17 ;; Web service.
955664e6
MW
18 ((@ www) :svc stratocaster
19 :tlsa (:https (:service-certificate-constraint
20 :public-key :sha-256 #p"https-stratocaster")))
0885bc47 21
2e7d3852
MW
22 ;; Certification.
23 :caa ((:issue "letsencrypt.org")
24 (:issue "distorted.org.uk"))
25
0885bc47 26 ;; Mail servers
39567ec1 27 :mx ((mail :ip stratocaster))
69bbb181 28 :srv ((:smtp mail))
37a0e278
MW
29 :spf ((:version "spf1")
30 (:pass :ip stratocaster.dmz)
8ddb3b7d
MW
31 (:soft :all))
32 (_dmarc :dmarc (:v "DMARC1"
33 :p "quarantine" :sp "quarantine"
34 :adkim "s" :aspf "s"))
aa420955 35 (_domainkey :dname stratocaster.dkim.distorted.org.uk.))