From: Mark Wooding Date: Sun, 16 Mar 2008 15:06:33 +0000 (+0000) Subject: distorted: Provide SRV records for various obvious things. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/96c2a6923d9a6b006b1fb9d8b8a212f29cefb6f5 distorted: Provide SRV records for various obvious things. --- diff --git a/distorted.lisp b/distorted.lisp index c0cde05..6891e23 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -50,7 +50,13 @@ (guvnor.ns :ip guvnor.demon)) ;; ;; Mail servers - ((@ mail lists bugs cryptomail) :mx mail) + ((@ mail lists bugs cryptomail) + :mx mail + :srv ((:smtp mail))) + ;; + ;; Other services + :srv ((:http www) + (:ftp ftp)) ;; ;; Colocated services ;;((www ftp git) (inet :svc boyle.nsict.org) (fretwank :svc metalzone))