Re: [squid-users] distinguish between IPv4 and IPv6

2021-01-12 Thread Eliezer Croitoru
squid-users On Behalf Of Walter H. Sent: Tuesday, January 12, 2021 7:24 PM To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] distinguish between IPv4 and IPv6 Hello, I did something different, that prevents using the IPv6 of the tunnel device als source address; (a g

Re: [squid-users] distinguish between IPv4 and IPv6

2021-01-12 Thread Walter H.
sers@lists.squid-cache.org *Subject:* Re: [squid-users] distinguish between IPv4 and IPv6 The dst ACL type accepts the special value of "ipv4". You can use that and the "!" operator to split traffic. However, please be aware dst is not very reliable until *after* the outgoing con

Re: [squid-users] distinguish between IPv4 and IPv6

2021-01-11 Thread Eliezer Croitoru
rs On Behalf Of ?Amos Jeffries? Sent: Monday, January 11, 2021 10:10 PM To: Walter H. ; squid-users@lists.squid-cache.org Subject: Re: [squid-users] distinguish between IPv4 and IPv6 The dst ACL type accepts the special value of "ipv4". You can use that and the "!" op

Re: [squid-users] distinguish between IPv4 and IPv6

2021-01-11 Thread ‪Amos Jeffries‬
The dst ACL type accepts the special value of "ipv4". You can use that and the "!" operator to split traffic. However, please be aware dst is not very reliable until *after* the outgoing connection has been created, and we are still finding some access checks that do not use it correctly. YMMV.Amos

[squid-users] distinguish between IPv4 and IPv6

2021-01-11 Thread Walter H.
Hello, is there a way, that I can do something like if ( dst is IPv4 ) go direct if ( dst is IPv6 ) use parent proxy xxx The reason for my question, I'm using a IPv6-in-IPv4 tunnel, and it would make sense to forward all traffic going to IPv6 to squid running on tunnel end; Thanks, Walter