From d267cd94b6cd7a0885eccd4e7af1d5aae19c29ee Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 27 Apr 2014 23:33:47 +0100 Subject: [PATCH] distorted.lisp: The record for `iodine' shouldn't override jazz's PTR. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index 80c9a34..c81e13b 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -161,7 +161,7 @@ (defzone distorted.org.uk (dmz :addr anon.dmz)) ;; Fancy connectivity. - (iodine (jump :addr jazz.jump)) + (iodine (jump :svc jazz.jump)) ;; Colocated hosts. (colo :net colo) -- [mdw]