From 2667dd1c49f5851f98b97cf6f7e6a03010999eb4 Mon Sep 17 00:00:00 2001 Message-Id: <2667dd1c49f5851f98b97cf6f7e6a03010999eb4.1714802033.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 7 Jun 2011 13:28:57 +0100 Subject: [PATCH] distorted.lisp: Move ibanez into the unsafe net. 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 d0c75e5..9d81567 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -32,11 +32,11 @@ (defhost vampire (unsafe 4)) (defhost roadstar (unsafe 5)) (defhost jem (unsafe 6)) (defhost artist (unsafe 7)) +(defhost ibanez (unsafe 14)) ;; Safe network. (defhost tubescreamer (safe 1)) (defhost obsidian (safe 2)) -(defhost ibanez (safe 3)) ;; Wireless network. (defhost vampire.untrusted (untrusted 1)) -- [mdw]