Go to file
2021-09-23 00:38:00 -07:00
example update example 2021-09-21 05:03:20 -07:00
conductor.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
daemons.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
debug.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
defs.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
dispense.go Docs: small updates 2021-09-21 05:24:30 -07:00
getters.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
go.mod Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
LICENSE Add: SetStaleTime, GetStaleTime, GetMaxWorkers 2021-09-13 09:32:07 -07:00
list_management.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
mystery_dialer.go Sonic The HedgeProxy 2021-09-20 10:11:14 -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 Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
stats.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
util.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
validator_engine.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -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.