Closed Hyper-glitch closed 2 years ago
but I need to interact with proxychains via ip:port like a service from remote server.
i don't get what you mean with that
basically to run any modern, hyper-complex browser through proxychains, you have to use the proxydns_daemon method added in 4.15. everything else is known to either not work or even cause issues.
I mean that we can use tor service as a proxy, I also can update browser with selenium, because tor has 127.0.0.1:9050 ip:port, but proxychains4 has not any port which I can use as a proxy. Has any ideas to solve this issue? How can I run proxychains4 on any port like tor service?)
proxychains4 has not any port which I can use as a proxy
that's because proxychains is a proxy client, not a proxy server.
however it's possible to use proxychains in combination with a proxycserver: e.g. proxychains4 microsocks
will run microsocks socks5 server and have all its connection going through proxychains.
Thank you so much!! It works for me as I have expected ))
I mean in /etc/proxychains.conf I have my own proxies for proxychains, but I need to interact with proxychains via ip:port like a service from remote server. I also tried start browser with proxychains like
but then I checked ip, it wasn't the last proxy from proxychains