hosts.lisp, distorted.lisp: Remove IPv6 addresses for `www-cache'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 13 Jul 2013 15:34:40 +0000 (16:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 19 Apr 2014 14:56:11 +0000 (15:56 +0100)
At the moment squid doesn't handle IPv6 at all, so this is a dead loss.

distorted.lisp
hosts.lisp

index d8be3a7..c83fb17 100644 (file)
   (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")
index 7c3383e..7815980 100644 (file)
 (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")))