You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I installed proxy.py on my VPS server where I have 50 IPv6 addresses. I want to achieve such functionality that I use a php script run from the shell to connect to the proxy.py server and go out into the world with one random IPv6 address out of the 50 available. Is it possible? Now in my PHP script I use Curl and set the ip address via
"$ curl-> setOpt (CURLOPT_INTERFACE, $ myIP)"
and everything works ok, but I would like to run another VPS server with the same number of ip addresses to serve as a rotating proxy.
Thank you for your response.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I installed proxy.py on my VPS server where I have 50 IPv6 addresses. I want to achieve such functionality that I use a php script run from the shell to connect to the proxy.py server and go out into the world with one random IPv6 address out of the 50 available. Is it possible? Now in my PHP script I use Curl and set the ip address via
"$ curl-> setOpt (CURLOPT_INTERFACE, $ myIP)"
and everything works ok, but I would like to run another VPS server with the same number of ip addresses to serve as a rotating proxy.
Thank you for your response.
Beta Was this translation helpful? Give feedback.
All reactions