freethenation / socks5-to-http-proxy

Connects to a HTTP proxy and exposes a SOCKS5 proxy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socks Proxy to Http Proxy

This repo contains a small command line tool which will expose a socks5 proxy locally forwarding its traffic to a remote HTTP proxy.

Usage

npm install
npm run build
./socks5-to-http --help # Show cli options
./socks5-to-http # To just run with firefox private network
NODE_DEBUG=socks-to-html ./socks5-to-http # Run with debug logging enabled

About

Connects to a HTTP proxy and exposes a SOCKS5 proxy.

License:MIT License


Languages

Language:JavaScript 98.4%Language:Shell 1.6%