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

proxychains Set to resolve DNS locally, how to specify to resolve to IPv4 #490

Open cbedhoam620 opened 1 year ago

cbedhoam620 commented 1 year ago

Since the local host resolves to ipv6 by default and the proxy host does not support the ipv6 network, the connection fails.

rofl0r commented 1 year ago

edit /etc/hosts and put localhost with ipv4 first ?