From: Mark Wooding Date: Sat, 25 Aug 2012 10:00:16 +0000 (-0700) Subject: hosts.lisp, distorted.lisp: Add Nicko's virtual server `richmond'. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/a20ec58ce93c9c1fdb18e1611cb3a6c9338c94ca hosts.lisp, distorted.lisp: Add Nicko's virtual server `richmond'. --- diff --git a/distorted.lisp b/distorted.lisp index 601897a..6e064d9 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -103,6 +103,9 @@ (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 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.