https://github.com/johnsonlee/proxify
https://github.com/johnsonlee/proxify
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnsonlee/proxify
- Owner: johnsonlee
- Created: 2021-01-03T15:41:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T12:54:48.000Z (over 5 years ago)
- Last Synced: 2025-01-27T06:15:02.061Z (over 1 year ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```