From 2c712ad4a7b76c7512e6452a8d28386657b0e26c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 19 Jul 2017 03:39:51 +0100 Subject: [PATCH] hosts.lisp: Update IPv4 address for `ns1.mythic-beasts.com'. Apparently it's changed. Somehow I managed to spot this before the change was announced, through a temporary inconsistency in the DNS records. --- hosts.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts.lisp b/hosts.lisp index 7afcd28..675a180 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -9,7 +9,7 @@ (defhost chiark.greenend.org.uk ((:ipv4 "212.13.197.229") (:ipv6 "2001:ba8:1e3::"))) (defhost mccoy.flatline.org.uk "80.74.241.31") -(defhost mythic-ns1 ((:ipv4 "69.56.173.190") +(defhost mythic-ns1 ((:ipv4 "45.33.127.156") (:ipv6 "2600:3c00::f03c:91ff:fe96:beac"))) (defhost mythic-ns2 ((:ipv4 "93.93.128.67") (:ipv6 "2a00:1098:0:80:1000::10"))) -- 2.11.0