From 2ed695e4e75e9a6bc126ddd7402a34217e187d70 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 13 Jan 2013 18:52:11 +0000 Subject: [PATCH] hosts.lisp, distorted.lisp: Addresses for Raspberry Pi VPN devices. --- distorted.lisp | 2 ++ hosts.lisp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/distorted.lisp b/distorted.lisp index 03e545c..a6e03ec 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -167,6 +167,8 @@ (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 @@ ;; 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)) -- 2.11.0