chiark
/
gitweb
/
~mdw
/
zones
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2d7b9fe
)
distorted.lisp: Prepare for a new listserver on telecaster.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Apr 2015 19:49:15 +0000
(20:49 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Apr 2015 19:49:15 +0000
(20:49 +0100)
distorted.lisp
patch
|
blob
|
blame
|
history
diff --git
a/distorted.lisp
b/distorted.lisp
index 4d15a9e135f6020b6820e25043684b751d2a27df..0289a8bee80bd6d55680bc8283edfadecd657d7a 100644
(file)
--- a/
distorted.lisp
+++ b/
distorted.lisp
@@
-82,7
+82,11
@@
(defzone distorted.org.uk
((@ mail blackhole)
:mx mail
:srv ((:smtp mail)))
((@ mail blackhole)
:mx mail
:srv ((:smtp mail)))
- ((lists bugs cryptomail)
+ ((lists)
+ :ttl 300
+ :mx lists
+ :srv ((:smtp lists)))
+ ((bugs cryptomail)
:ttl 300
:mx mail
:srv ((:smtp old-mail)))
:ttl 300
:mx mail
:srv ((:smtp old-mail)))
@@
-147,6
+151,8
@@
(defzone distorted.org.uk
;; Colocated services.
((irc vox keys) (colo :svc jazz.colo :sshfp "jazz")
(jump :svc jazz.jump :sshfp "jazz"))
;; 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"))
((git www mail) (colo :svc stratocaster.colo :sshfp "stratocaster")
(jump :svc stratocaster.jump :sshfp "stratocaster"))
((www @) :tlsa (:https (:service-certificate-constraint
((git www mail) (colo :svc stratocaster.colo :sshfp "stratocaster")
(jump :svc stratocaster.jump :sshfp "stratocaster"))
((www @) :tlsa (:https (:service-certificate-constraint
@@
-155,6
+161,8
@@
(defzone distorted.org.uk
:certificate :sha-256 #p"distorted-ca")))
(www-cache :tlsa (3127 (:trust-anchor-assertion
:certificate :sha-256 #p"distorted-ca")))
:certificate :sha-256 #p"distorted-ca")))
(www-cache :tlsa (3127 (:trust-anchor-assertion
:certificate :sha-256 #p"distorted-ca")))
+ (lists :tlsa ((:smtp :https) (:trust-anchor-assertion
+ :certificate :sha-256 #p"distorted-ca")))
(mail :tlsa ((:smtp :submission :imap)
(:trust-anchor-assertion
:certificate :sha-256 #p"distorted-ca")))
(mail :tlsa ((:smtp :submission :imap)
(:trust-anchor-assertion
:certificate :sha-256 #p"distorted-ca")))