distorted.lisp, odin.lisp: Reduce TTL for mail servers.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Dec 2013 21:20:49 +0000 (21:20 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Dec 2013 21:20:49 +0000 (21:20 +0000)
They ought to be changing soon.

distorted.lisp
odin.lisp

index 0cdd8b3..ddeb6ff 100644 (file)
@@ -26,6 +26,7 @@
 
   ;; Mail servers.
   ((@ mail lists bugs cryptomail)
+   :ttl 300
    :mx mail
    :srv ((:smtp mail)))
 
index 10bb690..8263a74 100644 (file)
--- a/odin.lisp
+++ b/odin.lisp
@@ -17,5 +17,6 @@
   ((@ www) :svc stratocaster)
 
   ;; Mail servers
-  :mx ((mail :ip vampire))
-  :srv ((:smtp mail)))
+  (@ :ttl 300
+     :mx ((mail :ip vampire))
+     :srv ((:smtp mail))))