From: Mark Wooding Date: Sun, 13 Jan 2013 18:52:11 +0000 (+0000) Subject: hosts.lisp, distorted.lisp: Addresses for Raspberry Pi VPN devices. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/2ed695e4e75e9a6bc126ddd7402a34217e187d70 hosts.lisp, distorted.lisp: Addresses for Raspberry Pi VPN devices. --- diff --git a/distorted.lisp b/distorted.lisp index 03e545c..a6e03ec 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -167,6 +167,8 @@ (defzone distorted.org.uk (vpn :net vpn) (crybaby (vpn :a crybaby.vpn)) (terror (vpn :a terror.vpn)) + (orange (vpn :a orange.vpn)) + (mango (vpn :a mango.vpn)) (iodine :net iodine) ;; ITS. diff --git a/hosts.lisp b/hosts.lisp index ce50f3d..cbec2d0 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -81,6 +81,8 @@ (defhost vampire.untrusted (untrusted 3)) ;; Virtual private network. (defhost crybaby.vpn (vpn 1)) (defhost terror.vpn (vpn 2)) +(defhost orange.vpn (vpn 3)) +(defhost mango.vpn (vpn 4)) ;; Iodine network. (defhost jazz.iodine (iodine 1))