| Crates.io | reverseproxy |
| lib.rs | reverseproxy |
| version | 0.3.0 |
| created_at | 2022-11-25 14:59:17.777329+00 |
| updated_at | 2024-07-02 14:06:08.491609+00 |
| description | TCP Reverse Proxy |
| homepage | https://github.com/shadowylab/reverseproxy |
| repository | https://github.com/shadowylab/reverseproxy.git |
| max_upload_size | |
| id | 722830 |
| size | 119,897 |
cargo install reverseproxy
Does NOT support TLS yet!
Forward from local address to Tor hidden service (.onion) using socks5 proxy
reverseproxy 127.0.0.1:8080 torhiddenservice.onion:80 --socks5-proxy 127.0.0.1:9050
Forward from local address to local network address
reverseproxy 127.0.0.1:8080 othercomputer.local:80
Forward from local address to Tor hidden service (.onion) using embedded Tor client
reverseproxy 127.0.0.1:8080 torhiddenservice.onion:80 --tor
To get more info use reverseproxy --help
This project is distributed under the MIT software license - see the LICENSE file for details