From b30cc2156fad9cefea07fca2697c0bee69f837de Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 29 Dec 2013 21:20:49 +0000 Subject: [PATCH] distorted.lisp, odin.lisp: Reduce TTL for mail servers. They ought to be changing soon. --- distorted.lisp | 1 + odin.lisp | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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)))) -- 2.11.0