From 8ef3dea581bc6789466276e34b4c347e5ac94b4b Mon Sep 17 00:00:00 2001 Message-Id: <8ef3dea581bc6789466276e34b4c347e5ac94b4b.1714047991.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 10 Dec 2008 09:41:22 +0000 Subject: [PATCH] distorted: Remove entry for evolution.fretwank. Organization: Straylight/Edgeware From: Mark Wooding evolution now only exists on the untrusted network. --- distorted.lisp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 416a37b..3d21619 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -25,7 +25,7 @@ (defhost guvnor.demon 80.177.3.76) ;; Unsafe network. (defhost guvnor (unsafe 1)) (defhost metalzone (unsafe 2)) -(defhost evolution.fretwank (unsafe 3)) +;;(defhost evolution.fretwank (unsafe 3)) (defhost vampire (unsafe 4)) ;; Safe network. @@ -86,10 +86,7 @@ (defzone distorted.org.uk ;; ;; Wireless gateway (untrusted :net untrusted) - (evolution - :a evolution - (untrusted :a evolution) - (fretwank :a evolution.fretwank)) + (evolution (untrusted :a evolution)) ;; ;; Local services (@ :svc www-frontend) -- [mdw]