From 0302997e5f7d42868ec2e7d5b42b33226310f082 Mon Sep 17 00:00:00 2001 Message-Id: <0302997e5f7d42868ec2e7d5b42b33226310f082.1714016258.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 27 Jan 2013 20:52:44 +0000 Subject: [PATCH] hosts.lisp, distorted.lisp: artist is on the untrusted network. Organization: Straylight/Edgeware From: Mark Wooding For some reason evo was still partially listed with that address. --- distorted.lisp | 3 ++- hosts.lisp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index acf66c6..67778f1 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -159,7 +159,8 @@ (defzone distorted.org.uk (jem (unsafe :a jem.unsafe) (dmz :a jem.dmz)) (artist (unsafe :a artist.unsafe) - (dmz :a artist.dmz)) + (dmz :a artist.dmz) + (untrusted :a artist.untrusted)) ;; DHCP hosts. (gibson :cname gibson.dhcp) diff --git a/hosts.lisp b/hosts.lisp index 6cb5a9c..3b0da3c 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -75,7 +75,7 @@ (defhost evolution.safe (safe 3)) ;; Wireless network. (defhost radius.untrusted (untrusted 1)) -(defhost evolution.untrusted (untrusted 2)) +(defhost artist.untrusted (untrusted 2)) (defhost vampire.untrusted (untrusted 3)) ;; Virtual private network. -- [mdw]