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

app unproxy-cli

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

1 unstable release

0.1.0 Aug 14, 2022

#10 in #behind

25 downloads per month

Apache-2.0

15KB
116 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

~19–33MB
~581K SLoC