From: Mark Wooding Date: Mon, 9 May 2022 09:22:52 +0000 (+0100) Subject: distorted.lisp, hosts.lisp: Remove defunct host `jaguar'. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/e4797925885d71cb480687561c3330e6b0a5e616 distorted.lisp, hosts.lisp: Remove defunct host `jaguar'. --- diff --git a/distorted.lisp b/distorted.lisp index 62bcd03..2f25348 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -231,8 +231,6 @@ (upn :addr national.upn)) ;; Media server (on loan to Good Technology HSTG). - (jaguar :abbrev jag) - (jaguar (jump :addr jaguar.jump :sshfp "jaguar")) ;; Nicko's server. (richmond (jump :svc richmond.jump)) diff --git a/hosts.lisp b/hosts.lisp index b227640..d3f3e02 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -78,7 +78,6 @@ (defhost telecaster.jump (jump 7)) (defhost stratocaster.jump (jump 8)) (defhost jazz.jump (jump 9)) -(defhost jaguar.jump ((:ipv4 jump 11) (:ipv6 jump "::2:1"))) (defhost richmond.jump ((:ipv4 jump 12) (:ipv6 jump "::1:1"))) (defhost anon.jump (jump 13)) (defhost blackhole.jump ((:ipv4 jump 14) (:ipv6 jump "::ffff"))) @@ -185,6 +184,5 @@ (defhost stratocaster stratocaster.jump) (defhost national national.linode))) -(defhost jaguar jaguar.jump) ;;;----- That's all, folks --------------------------------------------------