Go to file
moony 15d21d3717 Merge pull request 'Fix: go module issue' (#1) from kayos/endless:main into main
Reviewed-on: #1

Thanks, I'm still get confused my go mod dependencies at times. Especially when they were once a package and I try to refactor that pacakage.
2023-03-27 22:05:50 +00:00
build Initial commmit. 2023-03-17 04:18:02 -04:00
cmd/groceries Fix: go module issue 2023-03-18 02:37:33 -07:00
components Fix: go module issue 2023-03-18 02:37:33 -07:00
data Initial commmit. 2023-03-17 04:18:02 -04:00
internal Fix: go module issue 2023-03-18 02:37:33 -07:00
pkg/version Initial commmit. 2023-03-17 04:18:02 -04:00
scripts Initial commmit. 2023-03-17 04:18:02 -04:00
.gitignore Initial commmit. 2023-03-17 04:18:02 -04:00
Makefile Initial commmit. 2023-03-17 04:18:02 -04:00
README.md Fixed README.md 2023-03-17 04:20:33 -04:00
go.mod Fix: go module issue 2023-03-18 02:37:33 -07:00
go.sum Initial commmit. 2023-03-17 04:18:02 -04:00

Endess

Endless will collect a configurable number of open source proxies from numerous provided sources, check the proxies, sort by numerous categories including geolocation, privacy and of course proxy type.

Installation

git clone https://git.tcp.direct/moony/endless
cd endless
make

Requirements

go 1.20+

Usage

TODO: Usage example here.

External Integrations

Prox5

Endless feeds it's proxy pool into Prox5 to create a very nice SOCKS5 proxy upstream by design. While easy to modify for other uses, Prox5 was intended to be integrated during development.