-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
everything works as expected now. #3
Conversation
…nd a plain Makefile
summary of the changes
|
you may also want to take a look at https://github.com/rofl0r/proxychains/commits/remote-dns in this branch, i have entirely eliminated the need for the crappy dnsresolver script. the dns resolving is done on the server side, using socksv4a and socksv5 dns methods, and http should support it as well. the big advantages are:
plain SOCKS4 won't work anymore with DNS resolution (only with numeric ips passed to the program), but i'm not aware of any socksv4 only socksserver in common use. and if there are some, it's about time to get them fixed to support the simple v4a extension. |
Wow, the remote-dns is really a great work. I was think about it, but had no idea how to implement. Thanks for it, rofl0r. |
everything works as expected now.
I have merged your changes to proxychains repository thanks for your work & help ! |
No description provided.