From: Mark Wooding Date: Sun, 27 Jan 2013 20:52:44 +0000 (+0000) Subject: hosts.lisp, distorted.lisp: artist is on the untrusted network. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/0302997e5f7d42868ec2e7d5b42b33226310f082 hosts.lisp, distorted.lisp: artist is on the untrusted network. For some reason evo was still partially listed with that address. --- diff --git a/distorted.lisp b/distorted.lisp index acf66c6..67778f1 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -159,7 +159,8 @@ (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 @@ ;; 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.