From ce6486a8a56410d194295f2680a1e6dbd6cdee45 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 9 May 2022 23:25:33 +0100 Subject: [PATCH] distorted.lisp, hosts.lisp: Welcome `mdwdev' to the VPN. --- distorted.lisp | 1 + hosts.lisp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/distorted.lisp b/distorted.lisp index 690c8dc..63d5a4e 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -229,6 +229,7 @@ (national :abbrev n (linode :abbrev nl) (upn :abbrev ny)) (national (linode :addr national.linode) (upn :addr national.upn)) + (mdwdev (upn :addr mdwdev.upn)) ;; Media server (on loan to Good Technology HSTG). diff --git a/hosts.lisp b/hosts.lisp index 2c1719e..f48195a 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -136,6 +136,7 @@ ;; Untrusted private network. (defhost national.upn ((:ipv4 upn 1) (:ipv6 upn "::1:1"))) +(defhost mdwdev.upn ((:ipv4 upn 2) (:ipv6 upn "::2:1"))) ;; Iodine network. (defhost jazz.iodine (iodine 1)) @@ -186,5 +187,6 @@ (defhost national national.linode))) (defhost marshall marshall.jump) +(defhost mdwdev mdwdev.upn) ;;;----- That's all, folks -------------------------------------------------- -- 2.11.0