hosts.lisp, distorted.lisp: artist is on the untrusted network.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 27 Jan 2013 20:52:44 +0000 (20:52 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 27 Jan 2013 20:52:44 +0000 (20:52 +0000)
For some reason evo was still partially listed with that address.

distorted.lisp
hosts.lisp

index acf66c6..67778f1 100644 (file)
   (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)
index 6cb5a9c..3b0da3c 100644 (file)
@@ -75,7 +75,7 @@
 
 ;; 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.