Skip to content

ragelo/go-reproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple forward proxy to route requests through known list of proxies

Topics

Resources

License

Stars

Watchers

Forks