<div dir="ltr"><div><div><div>Unfortunately my ISP does not provide an IPv6 IP, I need 
to create an only IPv6 network so I can test an iphone app as required 
by the Apple store<br><br><a href="https://developer.apple.com/support/ipv6/" target="_blank">https://developer.apple.com/<wbr>support/ipv6/</a><br><br></div>What I did was, I created a VPS with IPv6 support, I added the following to squid.conf<br><br>http_port 3001<br>acl port1 myport 3001<br>tcp_outgoing_address 2001:19f1:9232:d4d:b757:3535:<wbr>1910:412e port1<br>server_persistent_connections off<br><br></div>The
 config above works fine. If the website supports IPv6, it does use that
 IPv6 IP. But Squid uses IPv4 if the website does not support IPv6<br><br></div>Is there anyway to prevent Squid to use IPv4 for outgoing connections? </div>