X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/9b7e40695ec633ee206dd608a3a7e0e410e5f7c8..37caef7396cd0f59eb2c5f0fdd8d3728eee620c9:/hosts.lisp diff --git a/hosts.lisp b/hosts.lisp index da03f74..881ad01 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -5,7 +5,7 @@ ;;;-------------------------------------------------------------------------- ;;; External hosts. -(defhost boyle.nsict.org "85.158.42.162") +(defhost boyle.nsict.org ((:ipv4 "85.158.42.162"))) (defhost chiark.greenend.org.uk ((:ipv4 "212.13.197.229") (:ipv6 "2001:ba8:1e3::"))) (defhost mccoy.flatline.org.uk "80.74.241.31") @@ -13,7 +13,7 @@ (:ipv6 "2600:3c00::f03c:91ff:fe96:beac"))) (defhost mythic-ns2 ((:ipv4 "93.93.128.67") (:ipv6 "2a00:1098:0:80:1000::10"))) -(defhost gandi-ns6 "217.70.177.40") +(defhost gandi-ns6 ((:ipv4 "217.70.177.40"))) ;;;-------------------------------------------------------------------------- ;;; Internal addresses. @@ -86,6 +86,12 @@ (defhost vampire.unsafe (unsafe 5)) (defhost ibanez.unsafe (unsafe 14)) +;; Client hosts, with IPv6 addresses. +(defhost gibson.unsafe ((:ipv6 "2001:470:9740:1:e269:95ff:fe63:bb4"))) +(defhost lespaul.safe ((:ipv6 "2001:470:9740:4001:a00:27ff:fef5:aaef"))) +(defhost invader.safe ((:ipv6 "2001:470:9740:4001:a00:27ff:fe94:a5d7"))) +(defhost marauder.safe ((:ipv6 "2001:470:9740:4001:a00:27ff:fe6a:7846"))) + ;; Safe network. (defhost radius.safe (safe 1)) (defhost vampire.safe (safe 2))