From 6cf321215d955cabbe6f549c5c18fae4cbfddcb6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 28 Apr 2024 12:14:38 +0100 Subject: [PATCH] hosts.lisp: Update chiark's IP address. --- hosts.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts.lisp b/hosts.lisp index 79c07e5..b02ae4e 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -6,8 +6,8 @@ ;;; External hosts. (defhost boyle.nsict.org ((:ipv4 "85.158.42.162"))) -(defhost chiark.greenend.org.uk ((:ipv4 "212.13.197.229") - #+chiark-dns-ipv6 (:ipv6 "2001:ba8:1e3::"))) +(defhost chiark.greenend.org.uk ((:ipv4 "93.93.131.173") + (:ipv6 "2a00:1098:86:130::1"))) (defhost mccoy.flatline.org.uk "80.74.241.31") (defhost mythic-ns1 ((:ipv4 "45.33.127.156") (:ipv6 "2600:3c00:e000:19::1"))) -- 2.11.0