1 unstable release
0.1.0 | Aug 14, 2022 |
---|
#15 in #behind
Used in unproxy-cli
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)
let proxy_stream = unproxy::connect(proxy_url, remote_hostname, remote_port).await?;
Dependencies
~11–22MB
~417K SLoC