#http-proxy #local #behind #ports #service #tcp

unproxy

Map TCP services behind an HTTP(S) proxy to local ports

1 unstable release

0.1.0 Aug 14, 2022

#16 in #behind

50 downloads per month
Used in unproxy-cli

Apache-2.0

7KB
62 lines

unproxy

Map TCP services behind an HTTP(S) proxy to local ports.

Usage (CLI)

cargo install unproxy-cli
unproxy-cli --proxy https://proxy.example.com --local 127.0.0.1:5432 --remote 127.0.0.1:5432

Usage (library)

Docs

let proxy_stream = unproxy::connect(proxy_url, remote_hostname, remote_port).await?;

Dependencies

~12–26MB
~442K SLoC