reverseproxy

Crates.ioreverseproxy
lib.rsreverseproxy
version0.3.0
sourcesrc
created_at2022-11-25 14:59:17.777329
updated_at2024-07-02 14:06:08.491609
descriptionTCP Reverse Proxy
homepagehttps://github.com/shadowylab/reverseproxy
repositoryhttps://github.com/shadowylab/reverseproxy.git
max_upload_size
id722830
size119,897
Yuki Kishimoto (yukibtc)

documentation

README

TCP Reverse Proxy written in Rust

Getting started

Install from crates.io

cargo install reverseproxy

Install from source

Usage

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

License

This project is distributed under the MIT software license - see the LICENSE file for details

Commit count: 51

cargo fmt