1 ;;; Zone file for escorted.org.uk
3 (load "hosts.lisp" :verbose nil)
5 (setf *default-zone-admin* "hostmaster@escorted.org.uk")
7 (setf *default-zone-source* 'radius.distorted.org.uk.)
9 (defzone escorted.org.uk
12 :ns ((radius.ns :ip radius)
13 (precision.ns :ip precision)
14 (telecaster.ns :ip telecaster)
15 (national.ns :ip national)
17 (mythic-beasts-1.ns :ip mythic-ns1)
18 (mythic-beasts-2.ns :ip mythic-ns2)
19 (mythic-beasts-3.ns :ip mythic-ns3))
22 ((@ www) :svc stratocaster)
25 :caa ((:issue "letsencrypt.org")
26 (:issue "distorted.org.uk"))
29 :mx ((mail :ip stratocaster))
31 :spf ((:version "spf1")
32 (:pass :ip stratocaster.dmz)
34 (_dmarc :dmarc (:v "DMARC1"
35 :p "quarantine" :sp "quarantine"
36 :adkim "s" :aspf "s"))
37 (_domainkey :dname stratocaster.dkim.distorted.org.uk.))