rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.82k stars 1.08k forks source link

can't connect to an ipv6 though a proxy ipv4 #505

Open halrick13 opened 1 year ago

halrick13 commented 1 year ago

Test with only 1 proxy ipv4

my profixied app does connect to various servers which i don't know and can't change

all connects to an ipv4 are ok, but all connect to ipv6 fail

[proxychains] Strict chain ... 185.xxx.yyy.zzz:7492 ... 128.xxx.yyy.zzz:50002 ... OK [proxychains] Strict chain ... 185.xxx.yyy.zzz:7492 ... xyz.com:50002 ... OK [proxychains] Strict chain ... 185.xxx.yyy.zzz:7492 ... 2a03:zzzz:2:f0::c4:b001:50002 <--socket error or timeout! [proxychains] Strict chain ... 185.xxx.yyy.zzz:7492 ... 2600:zzzz:4030:a25e:::50002 <--socket error or timeout!

rofl0r commented 1 year ago

is your proxy configured to support ipv6 ?