From cf1a88157dc784a8bcb88b1647e96eb5fe1014bf Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 30 May 2018 18:20:58 +0100 Subject: [PATCH] hosts.lisp: Delete chiark's IPv6 nameserver address. It seems that chiark doesn't actually respond to DNS queries over IPv6 at all. Best not to ask it. --- hosts.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts.lisp b/hosts.lisp index 546258f..bbe1663 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -7,7 +7,7 @@ (defhost boyle.nsict.org ((:ipv4 "85.158.42.162"))) (defhost chiark.greenend.org.uk ((:ipv4 "212.13.197.229") - (:ipv6 "2001:ba8:1e3::"))) + #+chiark-dns-ipv6 (:ipv6 "2001:ba8:1e3::"))) (defhost mccoy.flatline.org.uk "80.74.241.31") (defhost mythic-ns1 ((:ipv4 "45.33.127.156") (:ipv6 "2600:3c00::f03c:91ff:fe96:beac"))) -- 2.11.0