I've got local sites working directly, and ipv4 sites is using a parent
cache properly,
but ipv6 sites try to use the parent when they need to go direct :/
can anyone help me with this?
acl SSL_ports port 443 563
acl CONNECT method CONNECT
acl network dst ::ffff:192.168.0.0/255.255.0.0
::ffff:172.16.0.0/255.255.0.0 ::ffff:10.0.0.0/255.0.0.0
acl ipv6dst dst 3ffe::/16 2000::/3
acl ipv4dst dst ::ffff:0:0/96
always_direct allow network SSL_ports CONNECT ipv6dst
never_direct allow ipv4dst !network !SSL_ports !CONNECT !ipv6dst
-- byte@zlined.org http://byte.zlined.org/ http://pgp.zlined.org/Byte.asc 19-May-2002 16:21:15 -----BEGIN PGP SIGNATURE----- Version: PGP Personal Privacy 6.5.8 iQA/AwUAPOa6jUCsucq83bnYEQK0ggCggDUPkEwQfdVoszNw/YiuSkDVG1QAniOB +EoAWEhBXIpuNQuG9fIug2rv =T2wY -----END PGP SIGNATURE-----Received on Mon Aug 26 2002 - 14:29:48 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:50 MST