From 96c2a6923d9a6b006b1fb9d8b8a212f29cefb6f5 Mon Sep 17 00:00:00 2001 Message-Id: <96c2a6923d9a6b006b1fb9d8b8a212f29cefb6f5.1715192545.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 16 Mar 2008 15:06:33 +0000 Subject: [PATCH] distorted: Provide SRV records for various obvious things. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index c0cde05..6891e23 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -50,7 +50,13 @@ (defzone distorted.org.uk (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)) -- [mdw]