From: Mark Wooding Date: Mon, 2 Sep 2013 13:45:41 +0000 (+0100) Subject: hosts.lisp, distorted.lisp: Allocate address for jaguar. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/4a372d1b5cd38c657bb269cc9ec666f1647ca797 hosts.lisp, distorted.lisp: Allocate address for jaguar. --- diff --git a/distorted.lisp b/distorted.lisp index 0bf09f2..0cdd8b3 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -138,6 +138,9 @@ (defzone distorted.org.uk (jump :a jazz.jump) (iodine :a jazz.iodine)) + ;; Media server (on loan to Good Technology HSTG). + (jaguar (jump :a jaguar.jump)) + ;; Nicko's server. (richmond (jump :a richmond.jump)) diff --git a/hosts.lisp b/hosts.lisp index 9e3cabf..b883e15 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -57,6 +57,7 @@ (defhost precision.jump (jump 6)) (defhost telecaster.jump (jump 7)) (defhost stratocaster.jump (jump 8)) (defhost jazz.jump (jump 9)) +(defhost jaguar.jump (jump 11)) (defhost richmond.jump (jump 12)) (defhost anon.jump (jump 13)) (defhost blackhole.jump (jump 14))