Hello I am quite new to this area and I’m wondering If someone can guide me on building a proxy service. I currently spend hundreds renting out proxies in the form:
IP Address;Port Number; Login ID;Password
I use these proxies to re route my traffic so I don’t get rate limited for Shopify API calls, and also to make unique selenium sessions. I want to be able to generate thousands of unique proxies. I also want to create residential, live, resis proxies in different regions.
My current plan is to rent out VPS servers in different regions, downloading Squid/3Proxy software on each server. I also thought of docker containerization. Can anyone point me in the right direction. The image below is an example of what I purchase, and what I aim to build.
This creates docker containers with unique ports. But how do I scale it to a large number of proxies, each with a unique IP/Port.
docker run -d -p 3128:3128 --name proxy1 custom-squid-proxy
docker run -d -p 3129:3128 --name proxy2 custom-squid-proxy