prox5/README.md

10 lines
757 B
Markdown
Raw Normal View History

2021-09-13 15:06:17 +00:00
## PxndScvm
[![GoDoc](https://godoc.org/github.com/yunginnanet/pxndscvm?status.svg)](https://godoc.org/github.com/yunginnanet/pxndscvm) [![Go Report Card](https://goreportcard.com/badge/github.com/yunginnanet/HellPot)](https://goreportcard.com/report/github.com/yunginnanet/pxndscvm)
2021-09-13 11:31:16 +00:00
### SOCKS5/4/4a validating proxy pool
2021-09-13 15:06:17 +00:00
This package will load a list of SOCKS proxies and continuously validate them and provide functions for retrieving validated proxies. Pipe it a file filled with SOCKS proxies (host:port per line) and it will validate them continously and automatically weed 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.
**See [the docs](https://godoc.org/git.tcp.direct/kayos/pxndscvm) and the [example](example/main.go) for more details.**