<div dir="ltr">Hi there,<div><br></div><div>I'm still fairly new to squid. Hoping someone can help me out.</div><div>I have a tcp_outgoing_address for ipv6 that routes to nftables to give me a rotating ipv6 address.</div><div><br></div><div>However, on non-ssl calls, it uses ipv4 instead.</div><div>Is there a way to have squid use ipv6 for non-ssl calls?</div><div><br></div><div>curl -L -x PROXYIP:3128 <a href="http://api6.ipify.org">http://api6.ipify.org</a> # This returns an ipv4 address through squid<br></div><div>curl -L -x PROXYIP:3128 <a href="https://api6.ipify.org">https://api6.ipify.org</a>   # This returns an ipv6 address through squid<br></div><div><br></div><div>If I don't use the squid proxy, it properly returns an ipv6 for non-ssl connections.</div><div><br></div><div>squid 4.9</div><div>The squid.conf file is default besides tcp_outgoing_address</div><div><br></div><div>Any ideas?</div></div>