I need a script that through squid allows me to forward external proxies coming from third party proxies providers, the basic concept is to disguise the origin of the third provider's proxies.
Scheme
External proxy 1.1.1.1:3128
izza1:cinema ->> Forwarded to "exit proxy" on another vps> 45.272.128.2:8081:apple1:car123
External proxy 31.1.1.31:3128
izza1:cinema ->> Forwarded to "exit proxy" on another vps> 45.272.128.2:8081:apple1:car123
External proxy 14.1.17.1:3128
izza1:cinema ->> Forwarded to "exit proxy" on another vps> 45.272.128.2:8082:apple1:car123
External proxy 12.13.1.1:3128
izza1:cinema ->> Forwarded to "exit proxy" on another vps> 45.272.128.2:8083:apple1:car123
External proxy 1.21.321.1:3128
izza1:cinema ->> Forwarded to "exit proxy" on another vps> 45.272.128.2:8084:apple1:car123
therefore 45.272.128.2 outgoing proxy, not that ip of the vps, therefore the gateway that to each port will assign a different proxy.
Scheme
External proxy 1.1.1.1:3128
External proxy 31.1.1.31:3128
External proxy 14.1.17.1:3128
External proxy 12.13.1.1:3128
External proxy 1.21.321.1:3128
therefore 45.272.128.2 outgoing proxy, not that ip of the vps, therefore the gateway that to each port will assign a different proxy.