Go to file
kayos@tcp.direct 9a3f23d5b7
Stats: add GetTotalValidated
2021-11-25 00:21:41 -08:00
example Tidy up 2021-10-26 19:51:14 -07:00
.gitignore Tidy up 2021-10-26 19:51:14 -07:00
LICENSE Add: SetStaleTime, GetStaleTime, GetMaxWorkers 2021-09-13 09:32:07 -07:00
Prox5.gif Fix gif 2021-10-09 10:50:17 -07:00
README.md Update: README.md 2021-10-26 20:13:43 -07:00
conductor.go Fix: pause/start (again) 2021-10-25 02:57:38 -07:00
daemons.go You slep :( 2021-11-23 04:08:22 -08:00
debug.go Fix: pause/resume, Finish: authed proxies 2021-10-23 10:25:28 -07:00
defs.go New: SOCKS5 Server timeout independant of Valid. timeout 2021-10-27 09:46:09 -07:00
dispense.go You slep :( 2021-11-23 04:08:22 -08:00
getters.go Add: ability to disable server timeout 2021-10-28 08:51:10 -07:00
go.mod New: experimental in-memory SOCKS5 listener 2021-10-30 18:24:37 -07:00
list_management.go Remove: debug output 2021-10-26 19:15:44 -07:00
mrworldwide.go Remove: memconn | Add: http client 2021-11-25 00:14:28 -08:00
mystery_dialer.go Remove: memconn | Add: http client 2021-11-25 00:14:28 -08:00
setters.go Add: ability to disable server timeout 2021-10-28 08:51:10 -07:00
socks5_server.go Remove: memconn | Add: http client 2021-11-25 00:14:28 -08:00
stats.go Stats: add GetTotalValidated 2021-11-25 00:21:41 -08:00
util.go You slep :( 2021-11-23 04:08:22 -08:00
validator_engine.go Fix: SOCKS5 Server timeout independant of Valid. timeout 2021-10-27 09:48:17 -07:00

Prox5

GoDoc Go Report Card IRC

SOCKS5/4/4a validating proxy pool

Demo

This package is for managing, validating, and accessing thousands upon thousands of arbitrary SOCKS proxies.

Notably it features a SOCKS5 server function that dials out from a different validated proxy for every connection.

This project is in development. It works and has been used in "production", but mainly this readme and the documentation needs some love. Please break it and let me know what broke.

See the docs and the example for more details.