Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 433 Bytes

Proxyd

Reverse proxy to socks5 or http proxy

Install

See releases 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)

proxyd -u socks5://127.0.0.1:1080

To test proxy connection

curl -x http://127.0.0.1:3128 https://ifconfig.la