chiark
/
gitweb
/
~mdw
/
zones
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
distorted.lisp, hosts.lisp: Welcome `mdwdev' to the VPN.
[zones]
/
hosts.lisp
diff --git
a/hosts.lisp
b/hosts.lisp
index 2c1719e5055c6b6903787d3fdcf7546c640ead30..f48195ac1b9edfe554770c427892aa62ac3494e7 100644
(file)
--- a/
hosts.lisp
+++ b/
hosts.lisp
@@
-136,6
+136,7
@@
(defhost spirit.vpn ((:ipv4 vpn 9) (:ipv6 vpn "::9:1")))
;; Untrusted private network.
(defhost national.upn ((:ipv4 upn 1) (:ipv6 upn "::1:1")))
;; 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))
;; Iodine network.
(defhost jazz.iodine (iodine 1))
@@
-186,5
+187,6
@@
(defhost stratocaster stratocaster.jump)
(defhost national national.linode)))
(defhost marshall marshall.jump)
(defhost national national.linode)))
(defhost marshall marshall.jump)
+(defhost mdwdev mdwdev.upn)
;;;----- That's all, folks --------------------------------------------------
;;;----- That's all, folks --------------------------------------------------