Go to file
kayos@tcp.direct 9b07f278cb
Fix: SOCKS5 Server timeout independant of Valid. timeout
2021-10-27 09:48:17 -07: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 Tidy up 2021-10-26 19:51:14 -07:00
conductor.go Fix: pause/start (again) 2021-10-25 02:57:38 -07:00
daemons.go Fix: embarassing infinite loop 2021-10-25 03:32:59 -07: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 Add: Disable removeafter option 2021-10-26 20:08:23 -07:00
getters.go New: SOCKS5 Server timeout independant of Valid. timeout 2021-10-27 09:46:09 -07:00
go.mod Fix: pause/resume, Finish: authed proxies 2021-10-23 10:25:28 -07:00
list_management.go Remove: debug output 2021-10-26 19:15:44 -07:00
mystery_dialer.go New: SOCKS5 Server timeout independant of Valid. timeout 2021-10-27 09:46:09 -07:00
setters.go New: SOCKS5 Server timeout independant of Valid. timeout 2021-10-27 09:46:09 -07:00
socks5_server.go New: SOCKS5 Server timeout independant of Valid. timeout 2021-10-27 09:46:09 -07:00
stats.go name change 2021-10-09 10:23:13 -07:00
util.go Tidy up 2021-10-26 19:51:14 -07: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 and accessing thousands upon thousands of arbitrary SOCKS proxies.

It also has a SOCKS5 server that dials out from ????? Every time you ?????.

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.