i want to set up proxy server.ipv4 to ipv6 with squid. Required to set up account for instagram. Although I have been struggling for months, I can not.This was the last point I could come to:
As you can see, both my ipv4 address and my ipv6 address are visible.The squid.conf file looks like this;
##########################
acl user1 myportname 10000
acl user2 myportname 10001
acl user3 myportname 10002
http_access allow user1
http_access allow user2
http_access allow user3
http_access allow all
http_port 45.***.***.***:10000 name=10000
http_port 45.***.***.***:10001 name=10001
http_port 45.***.***.***:10002 name=10002
tcp_outgoing_address 2001:****:****:****:****:****:****:**** user1
tcp_outgoing_address 2001:****:****:****:****:****:****:**** user2
tcp_outgoing_address 2001:****:****:****:****:****:****:**** user3
###########################
What am I doing wrong ? Please help me.
As you can see, both my ipv4 address and my ipv6 address are visible.The squid.conf file looks like this;
##########################
acl user1 myportname 10000
acl user2 myportname 10001
acl user3 myportname 10002
http_access allow user1
http_access allow user2
http_access allow user3
http_access allow all
http_port 45.***.***.***:10000 name=10000
http_port 45.***.***.***:10001 name=10001
http_port 45.***.***.***:10002 name=10002
tcp_outgoing_address 2001:****:****:****:****:****:****:**** user1
tcp_outgoing_address 2001:****:****:****:****:****:****:**** user2
tcp_outgoing_address 2001:****:****:****:****:****:****:**** user3
###########################
What am I doing wrong ? Please help me.