forked from moony/endless
1
0
Fork 0
Go to file
kayos@tcp.direct c24756973e
Fix: go module issue
fixes:
---
go: endless/internal/moonproxy imports
        git.tcp.direct/moony/endless/internal/moonproxy: git.tcp.direct/moony/endless@v0.0.0-20230317092824-035eb62124ec: parsing go.mod:
        module declares its path as: endless
                but was required as: git.tcp.direct/moony/endless
2023-03-18 02:37:33 -07: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.