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:
f479b0c
)
distorted.lisp: Add new records for the bug tracking system.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 Jun 2015 22:21:02 +0000
(23:21 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 9 Jun 2015 22:21:02 +0000
(23:21 +0100)
distorted.lisp
patch
|
blob
|
blame
|
history
diff --git
a/distorted.lisp
b/distorted.lisp
index 137ec15defdfa76359104c7000f588af1f3174c5..ae1c623ec31eb4aea28219dcaeaf7ce342b6e2e3 100644
(file)
--- a/
distorted.lisp
+++ b/
distorted.lisp
@@
-80,6
+80,7
@@
(defzone distorted.org.uk
;; Mail servers.
((@ mail blackhole) :mx mail :srv ((:smtp mail)))
;; 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
((lists) :ttl 300 :mx lists :srv ((:smtp lists)))
(stratocaster.20140403._domainkey
@@
-142,8
+143,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"))
+ (
(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
((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
@@
(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 (: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")))
(mail :tlsa ((:smtp :submission :imap)
(:trust-anchor-assertion
:certificate :sha-256 #p"distorted-ca")))