Go to file
2021-09-14 22:10:38 -07:00
example fix example 2021-09-14 22:10:38 -07:00
defs.go Refactor: split up files, Add: LoadMultiLineString, LoadSingleSOCKS 2021-09-14 00:28:10 -07:00
dialer.go Lint: clean up http requests 2021-09-13 18:50:39 -07:00
getters.go Refactor: split up files, Add: LoadMultiLineString, LoadSingleSOCKS 2021-09-14 00:28:10 -07:00
go.mod Lint: clean up http requests 2021-09-13 18:50:39 -07:00
LICENSE Add: SetStaleTime, GetStaleTime, GetMaxWorkers 2021-09-13 09:32:07 -07:00
list_management.go fix example 2021-09-14 22:10:38 -07:00
main.go fix example 2021-09-14 22:10:38 -07:00
pxndscvm.gif add demo gif 2021-09-13 10:08:43 -07:00
README.md add demo gif 2021-09-13 10:08:43 -07:00
setters.go Add: configurable timeout during validation 2021-09-13 10:41:48 -07:00
stats.go adjust ratelimitter 2021-09-13 19:47:16 -07:00
util.go unexport utils 2021-09-13 08:12:02 -07:00
validator_engine.go Refactor: split up files, Add: LoadMultiLineString, LoadSingleSOCKS 2021-09-14 00:28:10 -07:00

PxndScvm

GoDoc Go Report Card

SOCKS5/4/4a validating proxy pool

Demo

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 and the example for more details.