From beb363e02ee813d05880fe4287aee966346c51d4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 9 Jun 2015 23:21:02 +0100 Subject: [PATCH] distorted.lisp: Add new records for the bug tracking system. --- distorted.lisp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 137ec15..ae1c623 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -80,6 +80,7 @@ ;; 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))) (stratocaster.20140403._domainkey @@ -142,8 +143,8 @@ ;; Colocated services. ((irc vox keys) (colo :svc jazz.colo :sshfp "jazz") (jump :svc jazz.jump :sshfp "jazz")) - (lists (colo :svc telecaster.colo :sshfp "telecaster") - (jump :svc telecaster.jump :sshfp "telecaster")) + ((bugs lists) (colo :svc telecaster.colo :sshfp "telecaster") + (jump :svc telecaster.jump :sshfp "telecaster")) ((git www mail) (colo :svc stratocaster.colo :sshfp "stratocaster") (jump :svc stratocaster.jump :sshfp "stratocaster")) ((www @) :tlsa (:https (:service-certificate-constraint @@ -152,8 +153,8 @@ :certificate :sha-256 #p"distorted-ca"))) (www-cache :tlsa (3127 (:trust-anchor-assertion :certificate :sha-256 #p"distorted-ca"))) - (lists :tlsa (:smtp (:trust-anchor-assertion - :certificate :sha-256 #p"distorted-ca"))) + ((bugs lists) :tlsa (:smtp (:trust-anchor-assertion + :certificate :sha-256 #p"distorted-ca"))) (mail :tlsa ((:smtp :submission :imap) (:trust-anchor-assertion :certificate :sha-256 #p"distorted-ca"))) -- 2.11.0