From: Mark Wooding Date: Sun, 29 Dec 2013 21:20:49 +0000 (+0000) Subject: distorted.lisp, odin.lisp: Reduce TTL for mail servers. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/b30cc2156fad9cefea07fca2697c0bee69f837de distorted.lisp, odin.lisp: Reduce TTL for mail servers. They ought to be changing soon. --- diff --git a/distorted.lisp b/distorted.lisp index 0cdd8b3..ddeb6ff 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -26,6 +26,7 @@ ;; Mail servers. ((@ mail lists bugs cryptomail) + :ttl 300 :mx mail :srv ((:smtp mail))) diff --git a/odin.lisp b/odin.lisp index 10bb690..8263a74 100644 --- 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))))