E
E
Emil Revencu2018-07-29 13:41:12
proxy
Emil Revencu, 2018-07-29 13:41:12

How to use IP for Selenium on VPS with multiple IPs?

There is a VPS server (Windows 2012). It has multiple IPs installed (purchased up to 10)
How to run Python Selenium (chromedriver) with selected IP?
I think it is necessary to raise the Proxyserver with the available IPs and specify the ports. Further in Selenium to specify Proxy
But how to lift Proxyserver (if the idea is correct)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zlo1, 2018-07-29
@zlo1

in 3proxy (proxy server) you can specify the interface IP
binding a unique proxy port to an external IP
...
proxy -p8081 -exxx.xxx.xxx.1
proxy -p8082 -exxx.xxx.xxx.2
proxy -p8083 -exxx.xxx. xxx.3
....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question