prox5/README.md
2021-10-09 10:23:57 -07:00

14 lines
732 B
Markdown

## Prox5
[![GoDoc](https://godoc.org/github.com/yunginnanet/Prox5?status.svg)](https://godoc.org/github.com/yunginnanet/Prox5) [![Go Report Card](https://goreportcard.com/badge/github.com/yunginnanet/HellPot)](https://goreportcard.com/report/github.com/yunginnanet/Prox5)
### SOCKS5/4/4a validating proxy pool
![Demo](./Prox5.gif)
This package is for managing and accessing thousands upon thousands of arbitrary SOCKS proxies.
Pipe it a file filled with SOCKS proxies (host:port per line) and it will validate them continously while automatically weeding out the invalid ones.
This project is in development.
**See [the docs](https://godoc.org/git.tcp.direct/kayos/Prox5) and the [example](example/main.go) for more details.**