| Crates.io | unproxy |
| lib.rs | unproxy |
| version | 0.1.0 |
| created_at | 2022-08-14 12:11:35.005999+00 |
| updated_at | 2022-08-14 12:11:35.005999+00 |
| description | Map TCP services behind an HTTP(S) proxy to local ports. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 645381 |
| size | 17,982 |
Map TCP services behind an HTTP(S) proxy to local ports.
cargo install unproxy-cli
unproxy-cli --proxy https://proxy.example.com --local 127.0.0.1:5432 --remote 127.0.0.1:5432
let proxy_stream = unproxy::connect(proxy_url, remote_hostname, remote_port).await?;