Go to file
kayos 0f999388d3
Create dependabot.yml
2021-11-16 22:09:49 -08:00
.github Create dependabot.yml 2021-11-16 22:09:49 -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 Fix: proxies couldn't be deleted due to atomic lock 2021-10-28 15:04:15 -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 Add: ability to disable server timeout 2021-10-28 08:51:10 -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 Add: ability to disable server timeout 2021-10-28 08:51:10 -07:00
setters.go Add: ability to disable server timeout 2021-10-28 08:51:10 -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, 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.