From 938f6c7901b1b395f17cc49f1b535d207d4a9ba5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 6 Jun 2011 11:21:07 +0100 Subject: [PATCH] distorted.lisp: A name for radius on the untrusted network. --- distorted.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index 5559e06..d0c75e5 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -41,6 +41,7 @@ ;; Wireless network. (defhost vampire.untrusted (untrusted 1)) (defhost evolution (untrusted 2)) +(defhost radius.untrusted (untrusted 3)) ;; Virtual private network. (defhost crybaby (virtual 1)) @@ -123,7 +124,8 @@ (iodine :a vampire.iodine)) (obsidian (fretwank :a obsidian)) (ibanez (fretwank :a ibanez)) - (radius (fretwank :a radius)) + (radius (fretwank :a radius) + (untrusted :a radius.untrusted)) (roadstar (fretwank :a roadstar)) (jem (fretwank :a jem)) (artist (fretwank :a artist)) -- 2.11.0