X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/2d7b9fe6d9a55149315e927f6b17051f68c52618..a45c78d7176708b29836b0cd275b1823dee2d7a3:/distorted.lisp diff --git a/distorted.lisp b/distorted.lisp index 4d15a9e..56f19eb 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -79,13 +79,9 @@ (chiark.ns :ip chiark.greenend.org.uk)) ;; Mail servers. - ((@ mail blackhole) - :mx mail - :srv ((:smtp mail))) - ((lists bugs cryptomail) - :ttl 300 - :mx mail - :srv ((:smtp old-mail))) + ((@ 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 :dkim ("stratocaster-20140403" @@ -145,32 +141,34 @@ (:ftp ftp)) ;; Colocated services. - ((irc vox keys) (colo :svc jazz.colo :sshfp "jazz") - (jump :svc jazz.jump :sshfp "jazz")) + ((irc vox keys wiki) (colo :svc jazz.colo :sshfp "jazz") + (jump :svc jazz.jump :sshfp "jazz")) + ((irc vox keys wiki) :tlsa (:https (:service-certificate-constraint + :public-key :sha-256 #p"https-jazz"))) + ((bugs lists db ftp) (colo :svc telecaster.colo :sshfp "telecaster") + (jump :svc telecaster.jump :sshfp "telecaster")) + ((bugs lists ftp) :tlsa (:https (:service-certificate-constraint + :public-key :sha-256 + #p"https-telecaster"))) + (dyndns :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 - :certificate :sha-256 #p"http-server-www#1"))) - (git :tlsa (:https (:trust-anchor-assertion - :certificate :sha-256 #p"distorted-ca"))) - (www-cache :tlsa (3127 (:trust-anchor-assertion - :certificate :sha-256 #p"distorted-ca"))) - (mail :tlsa ((:smtp :submission :imap) - (:trust-anchor-assertion - :certificate :sha-256 #p"distorted-ca"))) + ((www git mail @) :tlsa (:https (:service-certificate-constraint + :public-key :sha-256 + #p"https-stratocaster"))) + (www-cache :tlsa (3127 #1=(:trust-anchor-assertion + :certificate :sha-256 #p"distorted-ca"))) + ((bugs lists) :tlsa (:smtp #1#)) + (mail :tlsa ((:smtp :submission :imap :imaps) #1#)) :svc #+view/inside stratocaster.colo #-view/inside stratocaster.jump (cabal :svc stratocaster.colo :sshfp "stratocaster") - ((db ftp) (colo :svc telecaster.colo :sshfp "telecaster") - (jump :svc telecaster.jump :sshfp "telecaster")) - (dyndns :svc telecaster.jump :sshfp "telecaster") ;; Local services. ((rawk pifi) (unsafe :svc artist.unsafe) (dmz :svc artist.dmz)) (mirror (dmz :svc roadstar.dmz :sshfp "roadstar") (unsafe :svc roadstar.unsafe :sshfp "roadstar")) - ((wiki bugs old-mail i2p) :svc vampire :sshfp "vampire") ;; Internal services. #+view/inside ((news lpr) :svc vampire.unsafe :sshfp "vampire") @@ -211,6 +209,11 @@ (vpn :addr jazz.vpn :sshfp "jazz") (iodine :addr jazz.iodine :sshfp "jazz")) + ;; Virtual hosts. + (national :abbrev n (linode :abbrev nl) (upn :abbrev ny)) + (national (linode :addr national.linode) + (upn :addr national.upn)) + ;; Media server (on loan to Good Technology HSTG). (jaguar :abbrev jag) (jaguar (jump :addr jaguar.jump :sshfp "jaguar")) @@ -265,6 +268,9 @@ (jem :abbrev j (unsafe :abbrev ju) (dmz :abbrev jd)) (jem (unsafe :addr jem.unsafe :sshfp "jem") (dmz :addr jem.dmz :sshfp "jem")) + (universe :abbrev u (unsafe :abbrev uu) (dmz :abbrev ud)) + (universe (unsafe :addr universe.unsafe :sshfp "universe") + (dmz :addr universe.dmz :sshfp "universe")) (artist :abbrev a (unsafe :abbrev au) (dmz :abbrev ad) (untrusted :abbrev ax)) (artist (unsafe :addr artist.unsafe :sshfp "artist")