From: Mark Wooding Date: Wed, 30 May 2018 17:20:58 +0000 (+0100) Subject: hosts.lisp: Delete chiark's IPv6 nameserver address. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/cf1a88157dc784a8bcb88b1647e96eb5fe1014bf 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. --- 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")))