From: Mark Wooding Date: Mon, 6 Jun 2011 10:21:07 +0000 (+0100) Subject: distorted.lisp: A name for radius on the untrusted network. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/938f6c7901b1b395f17cc49f1b535d207d4a9ba5 distorted.lisp: A name for radius on the untrusted network. --- 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))