From: Mark Wooding Date: Thu, 3 Jul 2014 13:11:34 +0000 (+0100) Subject: hosts.lisp, distorted.org.uk: New VPN host `haze'. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/5a33b1782deb8db9e238b66528811ae21be2c2c1 hosts.lisp, distorted.org.uk: New VPN host `haze'. --- 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))