An open API service indexing awesome lists of open source software.

https://github.com/johnsonlee/proxify


https://github.com/johnsonlee/proxify

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Proxify

A proxy service based on trojan & privoxy, support both `SOCK5` and `HTTP(S)` protocols.

## Getting Started

```bash
git clone https://github.com/johnsonlee/proxify.git
cd proxify && docker-compose up -d \
-e TROJAN_SERVER_HOST=xxx \
-e TROJAN_SERVER_PORT=xxx \
-e TROJAN_PASSWORD=xxx
```