Go to file
2021-09-30 12:19:09 -07:00
example rate5 update, panic fixed 2021-09-29 01:31:19 -07:00
conductor.go Major but non-breaking: from pond to ants 2021-09-23 00:38:00 -07:00
daemons.go Supercharge: implement atomic.Value 2021-09-24 12:07:56 -07:00
debug.go oh my dear god... it's... beautiful.... 2021-09-24 14:06:08 -07:00
defs.go Add: SOCKS5 rotating proxy server 2021-09-30 12:19:09 -07:00
dispense.go Bugfix: Rate5 update 2021-09-28 01:28:14 -07:00
getters.go Add: Set/Get DialerBailout 2021-09-27 23:25:00 -07:00
go.mod Add: SOCKS5 rotating proxy server 2021-09-30 12:19:09 -07:00
LICENSE Add: SetStaleTime, GetStaleTime, GetMaxWorkers 2021-09-13 09:32:07 -07:00
list_management.go Fine Tuning 2021-09-23 03:07:23 -07:00
mystery_dialer.go rate5 update, panic fixed 2021-09-29 01:31:19 -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: Set/Get DialerBailout 2021-09-27 23:25:00 -07:00
socks5_server.go Add: SOCKS5 rotating proxy server 2021-09-30 12:19:09 -07:00
stats.go Supercharge: implement atomic.Value 2021-09-24 12:07:56 -07:00
util.go simplify and safe resources by using math/rand 2021-09-24 20:26:57 -07:00
validator_engine.go oh my dear god... it's... beautiful.... 2021-09-24 14:06:08 -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.