-
Notifications
You must be signed in to change notification settings - Fork 897
IPv6 Only Proxy #460
Copy link
Copy link
Closed
Labels
Description
I'm playing with 3proxy at the moment and whatever I do, I don't manage to make an IPv6 only proxy.
Here is my config file
daemon
pidfile /home/joke/proxy/3proxy.pid
nserver 2001:4860:4860:0:0:0:0:8888
nserver 2001:4860:4860:0:0:0:0:8844
nscache6 65536
users tester:CL:1234
timeouts 1 5 30 60 180 1800 16 60
log /home/joke/proxy/logs/3proxy.log D
logformat "- +_L%t.%. %N.%p %E %U %C:%c %R:%r %O %I %h %T"
rotate 3
auth none
flush
allow tester
socks -p3128
proxy -6 -n -a -p8080 -i157.245.82.149 -e2604:a880:400:d0::1765:1
I manage to connect to the proxy all good, but the displayed IP on IP checking website is always the IPv4 IP.
Reactions are currently unavailable