https://github.com/cpuchain/proxyd
Reverse proxy to socks5 or http proxy
https://github.com/cpuchain/proxyd
Last synced: 2 months ago
JSON representation
Reverse proxy to socks5 or http proxy
- Host: GitHub
- URL: https://github.com/cpuchain/proxyd
- Owner: cpuchain
- Created: 2024-07-07T11:39:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T12:00:59.000Z (11 months ago)
- Last Synced: 2024-07-08T13:16:54.566Z (11 months ago)
- Language: TypeScript
- Size: 179 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxyd
Reverse proxy to socks5 or http proxy
## Install
See [releases](https://github.com/cpuchain/proxyd/releases/latest) or build your own binaries with `yarn docker` or `yarn build`.
## Usage
Starting a reverse proxy to upstream SOCKS5 or HTTP proxy (socks5://127.0.0.1:1080 as example)
```bash
proxyd -u socks5://127.0.0.1:1080
```To test proxy connection
```bash
curl -x http://127.0.0.1:3128 https://ifconfig.la
```