chiark / gitweb /
*.lisp: Deploy `eggle' as a nameserver.
[zones] / odin.lisp
index f17fc24b98702361cdb04d59b6bb35e791433f21..fc921ca007c87f5fa15536557b6223fcd51ce104 100644 (file)
--- a/odin.lisp
+++ b/odin.lisp
@@ -12,7 +12,8 @@ (defzone odin.gg
   :ns ((radius-ns :ip radius)
        (precision-ns :ip precision)
        (telecaster-ns :ip telecaster)
-       (national-ns :ip national))
+       (national-ns :ip national)
+       (eggle-ns :ip eggle))
 
   ;; Web service.
   ((@ www) :svc stratocaster
@@ -26,7 +27,10 @@ (defzone odin.gg
   ;; 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.))