X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/blobdiff_plain/17c8252f6015b66636a44aa3bfd8fabf7e76b766..HEAD:/escorted.lisp diff --git a/escorted.lisp b/escorted.lisp index 72a7c51..99641bf 100644 --- a/escorted.lisp +++ b/escorted.lisp @@ -12,16 +12,26 @@ (defzone escorted.org.uk :ns ((radius.ns :ip radius) (precision.ns :ip precision) (telecaster.ns :ip telecaster) + (national.ns :ip national) + (eggle.ns :ip eggle) (mythic-beasts-1.ns :ip mythic-ns1) - (mythic-beasts-2.ns :ip mythic-ns2)) + (mythic-beasts-2.ns :ip mythic-ns2) + (mythic-beasts-3.ns :ip mythic-ns3)) ;; Web service. ((@ www) :svc stratocaster) + ;; Certification. + :caa ((:issue "letsencrypt.org") + (:issue "distorted.org.uk")) + ;; Mail servers :mx ((mail :ip stratocaster)) :srv ((:smtp mail)) - - (stratocaster.20140403._domainkey - :dkim ("stratocaster-20140403" - :v "DKIM1" :k "rsa" :h "sha256" :s "email"))) + :spf ((:version "spf1") + (:pass :ip stratocaster.dmz) + (:soft :all)) + (_dmarc :dmarc (:v "DMARC1" + :p "quarantine" :sp "quarantine" + :adkim "s" :aspf "s")) + (_domainkey :dname stratocaster.dkim.distorted.org.uk.))