X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/8d261a898a30bc19a4f53da6fbda4a2d34f9676c..6d5194acf102a511339aa504039cf71479622cc6:/odin.lisp diff --git a/odin.lisp b/odin.lisp index b09656f..73abae1 100644 --- a/odin.lisp +++ b/odin.lisp @@ -11,15 +11,19 @@ ;; Nameservers :ns ((radius-ns :ip radius) (precision-ns :ip precision) - ns6.gandi.net.) + (telecaster-ns :ip telecaster) + (national-ns :ip national)) ;; Web service. - ((@ www) :svc stratocaster) + ((@ www) :svc stratocaster + :tlsa (:https (:service-certificate-constraint + :public-key :sha-256 #p"https-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"))) + (_domainkey :dname stratocaster.dkim.distorted.org.uk.))