From 11178c6eacc457403b2e114df47dc5de67ff07fb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 5 May 2024 00:30:10 +0100 Subject: [PATCH] distorted.lisp: Remove a temporary low TTL. Specific to the `bugs' and `lists' MX records. --- distorted.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 9f8fada..8147a62 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -82,8 +82,8 @@ ;; Mail servers. ((@ mail blackhole) :mx mail :srv ((:smtp mail))) - (bugs :ttl 300 :mx lists :srv ((:smtp bugs))) - (lists :ttl 300 :mx lists :srv ((:smtp lists))) + (bugs :mx lists :srv ((:smtp bugs))) + (lists :mx lists :srv ((:smtp lists))) ((_domainkey _domainkey.mail) :dname stratocaster.dkim) ((_domainkey.bugs _domainkey.lists) :dname telecaster.dkim) -- 2.11.0