From 43fc56bd687d70a16ec7cc6921e5a7681fe2674d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 13 Jul 2013 16:34:40 +0100 Subject: [PATCH] hosts.lisp, distorted.lisp: Remove IPv6 addresses for `www-cache'. At the moment squid doesn't handle IPv6 at all, so this is a dead loss. --- distorted.lisp | 8 ++++---- hosts.lisp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index d8be3a7..c83fb17 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -91,10 +91,10 @@ (ntp :cname ntp0) (www-cache :anycast ((any www-cache.any) - (jump telecaster.jump) - (dmz roadstar.dmz) - (unsafe roadstar.unsafe) - (colo telecaster.colo))) + (jump (:ipv4 telecaster.jump)) + (dmz (:ipv4 roadstar.dmz)) + (unsafe (:ipv4 roadstar.unsafe)) + (colo (:ipv4 telecaster.colo)))) (wpad :cname www-cache) (_kerberos :txt "DISTORTED.ORG.UK") diff --git a/hosts.lisp b/hosts.lisp index 7c3383e..7815980 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -127,7 +127,7 @@ (defhost dns1.any ((:ipv4 any 1) (:ipv6 any "::1:0"))) (defhost ntp0.any ((:ipv4 any 2) (:ipv6 any "::2:0"))) (defhost ntp1.any ((:ipv4 any 3) (:ipv6 any "::3:0"))) -(defhost www-cache.any ((:ipv4 any 4) (:ipv6 any "::4:0"))) +(defhost www-cache.any ((:ipv4 any 4))) (defhost krb0.any ((:ipv4 any 5) (:ipv6 any "::5:0"))) (defhost krb1.any ((:ipv4 any 6) (:ipv6 any "::6:0"))) -- 2.11.0