Go to file
2021-09-13 08:06:17 -07:00
example adjust channel buffers and improve documentation, lint 2021-09-13 07:25:08 -07:00
defs.go adjust channel buffers and improve documentation, lint 2021-09-13 07:25:08 -07:00
getters.go export GetAnySOCKS 2021-09-13 06:58:57 -07:00
go.mod improve: statistics, fix: stop making proxies pointers, add: example 2021-09-13 04:26:24 -07:00
LICENSE add license 2021-09-13 04:42:17 -07:00
main.go adjust channel buffers and improve documentation, lint 2021-09-13 07:25:08 -07:00
README.md update README.md 2021-09-13 08:06:17 -07:00
setters.go add: ability to set max workers and add useragent list 2021-09-13 03:08:54 -07:00
stats.go improve: statistics, fix: stop making proxies pointers, add: example 2021-09-13 04:26:24 -07:00
useragents.go update README.md 2021-09-13 08:06:17 -07:00
util.go update README.md 2021-09-13 08:06:17 -07:00

PxndScvm

GoDoc Go Report Card

SOCKS5/4/4a validating proxy pool

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.

This project is in development.

See the docs and the example for more details.