-
Notifications
You must be signed in to change notification settings - Fork 865
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
add proxi list #93
Comments
You can technically build something like chain of proxies having several redsocks daemons handling each others traffic. Randomization can be implemented at firewall level as well using any of load balancing methods. |
as an example of how to make friends ? I tried to run proxychains4 /bin/squid but something is not working properly. |
Trivial pre-hop randomization may be done by Also, IMHO, you should not mix LD_PRELOAD solutions with event-based daemons (squid, nginx, redsocks) as it's not trivial to implement libc wrapper that will fit nicely in event-based runloop. Chaining may be done using different trick, each "layer" should be separate Anyway, I'm unsure if proxy chaining is really the solution for the problem you're actually trying to solve. :) |
How to add proxy in proxychains
specify random_chain
The text was updated successfully, but these errors were encountered: