From 0fdd12c7736e58ef624f2f6593ae5640343471f5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 16 Apr 2014 14:45:27 +0100 Subject: [PATCH] hosts.lisp: Mark IPv4-only hosts as being such. --- hosts.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts.lisp b/hosts.lisp index da03f74..1054032 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. -- 2.11.0