Setup IPV6 Proxy services

pindarots

Newbie
Joined
Nov 19, 2021
Messages
36
Reaction score
11
Hi,

I'm currently working on setting up DC proxy service with IPV6. Setting up the IPV4 proxy works perfectly but somehow IPV6 is not working. I'm using squid proxy on a ubuntu server (Digitalocean).

See config file attached

It is possible to connect to the ipv6 address by using telnet: telnet 1a03:b0c0:6:a0::130f:2001 4445
Also disabled the firewall to see if it was blocking the connection.

Somehow it is not possible to use the proxy. Needs to help with this
 

Attachments

I personally find squid an overkill for proxy. I can suggest you 3proxy. A small config like:
proxy -6 -n -a -p10100 -iXX.XX.XX.XX -e2505:XXXX:XXXX:XXXX:XXXX:XXXX::

can get you up on 3proxy. Or maybe using tinyproxy. The thread and server control is pretty easy with tinyproxy. Hope this helps.
 
Back
Top