1 ;;; Zone file for odin.gg
3 (load "hosts.lisp" :verbose nil)
5 (setf *default-zone-admin* "hostmaster@odin.gg")
7 (setf *default-zone-source* 'radius.distorted.org.uk.)
12 :ns ((radius-ns :ip radius)
13 (precision-ns :ip precision)
14 (telecaster-ns :ip telecaster)
15 (national-ns :ip national)
16 #+deploy-eggle (eggle-ns :ip eggle))
19 ((@ www) :svc stratocaster
20 :tlsa (:https (:service-certificate-constraint
21 :public-key :sha-256 #p"https-stratocaster")))
24 :caa ((:issue "letsencrypt.org")
25 (:issue "distorted.org.uk"))
28 :mx ((mail :ip stratocaster))
30 :spf ((:version "spf1")
31 (:pass :ip stratocaster.dmz)
33 (_dmarc :dmarc (:v "DMARC1"
34 :p "quarantine" :sp "quarantine"
35 :adkim "s" :aspf "s"))
36 (_domainkey :dname stratocaster.dkim.distorted.org.uk.))