Forward proxy service to route requests from origin through one of random known third-party proxies.
go build -ldflags "-s -w" -o ./out/proxy ./cmd
Create proxies.txt
in your workdir:
https://<user>:<pass>:<host>:<port>/
socks5:https://<user>:<pass>:<host>:<port>/
Run service:
./out/proxy --port 8080 --proxiesFile proxies.txt