Fixed README.md

This commit is contained in:
moony 2023-03-17 04:20:33 -04:00
parent 7bc26f88ad
commit 5192bf1a1c

View File

@ -1,17 +1,17 @@
# Groceries
# Endess
Groceries 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.
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/groceries
cd groceries
git clone https://git.tcp.direct/moony/endless
cd endless
make
```
## Requirements
```
go 1.19+
go 1.20+
```
## Usage
@ -21,4 +21,4 @@ __TODO__: _Usage example here._
[Prox5](https://git.tcp.direct/kayos/prox5)
Groceries feeds it's proxy pool into [Prox5](https://git.tcp.direct/kayos/prox5) to create a very nice SOCKS5 proxy upstream by design. While easy to modify for other uses, [Prox5](https://git.tcp.direct/kayos/prox5) was intended to be integrated during development.
Endless feeds it's proxy pool into [Prox5](https://git.tcp.direct/kayos/prox5) to create a very nice SOCKS5 proxy upstream by design. While easy to modify for other uses, [Prox5](https://git.tcp.direct/kayos/prox5) was intended to be integrated during development.