From 5a33b1782deb8db9e238b66528811ae21be2c2c1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 3 Jul 2014 14:11:34 +0100 Subject: [PATCH] hosts.lisp, distorted.org.uk: New VPN host `haze'. --- distorted.lisp | 1 + hosts.lisp | 1 + 2 files changed, 2 insertions(+) diff --git a/distorted.lisp b/distorted.lisp index 80200d2..9a1f43e 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -222,6 +222,7 @@ (crybaby (vpn :addr crybaby.vpn :sshfp "crybaby")) (terror (vpn :addr terror.vpn :sshfp "terror")) (orange (vpn :addr orange.vpn :sshfp "orange")) + (haze (vpn :addr haze.vpn)) (iodine :net iodine) ;; ITS. diff --git a/hosts.lisp b/hosts.lisp index 9555870..e48dbb3 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -106,6 +106,7 @@ (defhost crybaby.vpn ((:ipv4 vpn 1) (:ipv6 vpn "::1:1"))) (defhost terror.vpn ((:ipv4 vpn 2))) (defhost orange.vpn ((:ipv4 vpn 3) (:ipv6 vpn "::3:1"))) +(defhost haze.vpn ((:ipv4 vpn 4) (:ipv6 vpn "::4:1"))) ;; Iodine network. (defhost jazz.iodine (iodine 1)) -- 2.11.0