Go to file
moony c36d4f5499 Removed proxy.txt 2021-12-18 23:04:46 -08:00
.gitignore Initial commit 2021-12-18 23:02:22 -08:00
README.md Initial commit 2021-12-18 23:02:22 -08:00
go.mod Initial commit 2021-12-18 23:02:22 -08:00
go.sum Initial commit 2021-12-18 23:02:22 -08:00
main.go Initial commit 2021-12-18 23:02:22 -08:00
upstream_proxy.go Initial commit 2021-12-18 23:02:22 -08:00

Rotating SOCKS proxy pool server

To Build:

  • run go mod tidy
  • run go run ./ or go build ./

Arguments:

  • set the socks5 address/port to listen: -l/-listen/--listen 127.0.0.1:9988
  • set the proxy list for the pool: -f/-file/--file proxies.txt