johnny.bravo
Newbie
- Nov 11, 2009
- 6
- 1
I basically want to set up a proxy forwarder such that, the client connects to my IP address which tunnels the request using another proxy. Ideally I want to be able to rotate between multiple proxies randomly.
So person A connecting to 1.2.3.4 would get routed through 4.5.6.7.
and person B connecting to the same IP address would get routed through 6.7.8.9.
So basically:
connecting to my IP address would forward the HTTP request using either proxy B or proxy C or proxy D or E or F etc.
There should be a simple way of doing this. I have access to a dedicated server if required.
Would realllly appreciate some help with this. Thanks in advance.
So person A connecting to 1.2.3.4 would get routed through 4.5.6.7.
and person B connecting to the same IP address would get routed through 6.7.8.9.
So basically:
connecting to my IP address would forward the HTTP request using either proxy B or proxy C or proxy D or E or F etc.
There should be a simple way of doing this. I have access to a dedicated server if required.
Would realllly appreciate some help with this. Thanks in advance.
Last edited: