Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 397 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 397 Bytes

go-reproxy

Forward proxy service to route requests from origin through one of random known third-party proxies.

Build

go build -ldflags "-s -w" -o ./out/proxy ./cmd

Run

Create proxies.txt in your workdir:

http://<user>:<pass>:<host>:<port>/
socks5://<user>:<pass>:<host>:<port>/

Run service:

./out/proxy --port 8080 --proxiesFile proxies.txt