From a20ec58ce93c9c1fdb18e1611cb3a6c9338c94ca Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 25 Aug 2012 03:00:16 -0700 Subject: [PATCH] hosts.lisp, distorted.lisp: Add Nicko's virtual server `richmond'. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 3 +++ hosts.lisp | 1 + 2 files changed, 4 insertions(+) diff --git a/distorted.lisp b/distorted.lisp index 601897a..6e064d9 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -103,6 +103,9 @@ (defzone distorted.org.uk (jazz (colo :a jazz.colo) (jump :a jazz.jump)) + ;; Nicko's server. + (richmond (jump :a richmond.jump)) + ;; Wired ethernet. (unsafe :net unsafe) (safe :net safe) diff --git a/hosts.lisp b/hosts.lisp index e575fde..dcd4db9 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -58,6 +58,7 @@ (defhost precision.jump (jump 6)) (defhost telecaster.jump (jump 7)) (defhost stratocaster.jump (jump 8)) (defhost jazz.jump (jump 9)) +(defhost richmond.jump (jump 12)) (defhost blackhole.jump (jump 14)) ;; Unsafe network. -- [mdw]