Skip to content

Simple forward proxy to route requests through known list of proxies

License

Notifications You must be signed in to change notification settings

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:

https://<user>:<pass>:<host>:<port>/
socks5:https://<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