prox5/README.md

14 lines
732 B
Markdown
Raw Normal View History

2021-10-09 17:23:57 +00:00
## Prox5
2021-10-09 17:23:13 +00:00
[![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)
2021-09-13 11:31:16 +00:00
### SOCKS5/4/4a validating proxy pool
2021-10-09 17:23:13 +00:00
![Demo](./Prox5.gif)
2021-09-13 17:08:43 +00:00
2021-09-13 15:09:47 +00:00
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.
2021-09-13 11:31:16 +00:00
2021-09-13 15:06:17 +00:00
This project is in development.
2021-10-09 17:23:13 +00:00
**See [the docs](https://godoc.org/git.tcp.direct/kayos/Prox5) and the [example](example/main.go) for more details.**