check the download section here. If I recall right there was one listed awhile back
PM me, I can help you.
I can help you, pm me
There's an ebook called Proxy Know for sale in this forum. It has detailed guides on how to make IPV6 proxies in bulk. It also comes with scripts where you can make free proxies from Digital Ocean and Vultr VPS. I bought it and I really liked it and found it useful.
I have the same problem. did you solve the problem?Really interested by this aswell.
Found this repo that is quite useful https://github.com/alatas/squid-alpine-ssl
Forked it, updated config, added it to a DigitalOcean droplet with ipv6 enabled, launched the container.
Proxy is working, but unfortunately, even when I add some header rules, I still get IPv4 address when going on whatsmyipaddress websites.
Anyone experienced with this that could help?
I downloaded the latest version of squid on ubuntu 20.04 x64 vps server (Vultr). ipv6 is enabled and dedicated on my server. I added the ip with ifconfig. with squid.conf below;Start by installing squid https://github.com/squid-cache/squid
Then post your config here and I'll tell you what to do to make it work.
Make sure the VPS you use is IPV6 enabled, and make sure you know the IPV6 gateway.
did you find any awser to yourt probleme where the ipv4 ecause i got the same issue ='(I downloaded the latest version of squid on ubuntu 20.04 x64 vps server (Vultr). ipv6 is enabled and dedicated on my server. I added the ip with ifconfig. with squid.conf below;
##############################################
forwarded_for delete
acl ipv4_ip_1 localip 45.***.***.**1
acl ipv4_ip_2 localip 45.***.***.**2
acl ipv6_ip_1 localip 2001:****:****:****:****:****:****:***1
acl ipv6_ip_2 localip 2001:****:****:****:****:****:****:***2
acl ipv4_port_1 localport 10000
acl ipv4_port_2 localport 10001
tcp_outgoing_address 2001:****:****:****:****:****:****:***1 ipv4_ip_1 ipv4_port_1
tcp_outgoing_address 2001:****:****:****:****:****:****:***2 ipv4_ip_1 ipv4_port_1
http_access allow ipv4_ip_1 ipv4_port_1
http_access allow ipv4_ip_2 ipv4_port_2
http_access deny all
http_port 45.***.***.**1:10000
http_port 45.***.***.**2:10001
###############################################
After doing the squid configuration, I connected to the proxy and this came across
![]()
both my ipv4 and ipv6 address appears. i just want it to appear ipv6. I tried to do it with iptables but I couldn't.
I would be glad if you help.