From: Mark Wooding Date: Sat, 4 May 2024 23:30:10 +0000 (+0100) Subject: distorted.lisp: Remove a temporary low TTL. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/11178c6eacc457403b2e114df47dc5de67ff07fb?ds=sidebyside distorted.lisp: Remove a temporary low TTL. Specific to the `bugs' and `lists' MX records. --- diff --git a/distorted.lisp b/distorted.lisp index 9f8fada..8147a62 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -82,8 +82,8 @@ (defzone distorted.org.uk ;; 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)