Hi there,

I'm still fairly new to squid. Hoping someone can help me out.
I have a tcp_outgoing_address for ipv6 that routes to nftables to give me a
rotating ipv6 address.

However, on non-ssl calls, it uses ipv4 instead.
Is there a way to have squid use ipv6 for non-ssl calls?

curl -L -x PROXYIP:3128 http://api6.ipify.org # This returns an ipv4
address through squid
curl -L -x PROXYIP:3128 https://api6.ipify.org   # This returns an ipv6
address through squid

If I don't use the squid proxy, it properly returns an ipv6 for non-ssl
connections.

squid 4.9
The squid.conf file is default besides tcp_outgoing_address

Any ideas?
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to