rhoxy - Rust HTTP/HTTPS Proxy
An async HTTP/HTTPS proxy in Rust
Running
Arguments:
#[arg(long, default_value = "127.0.0.1", help = "Host to listen on")]
host: String,
#[arg(short, long, default_value = "8080", help = "Port to listen on")]
port: u16, // allows values 0...65535
#[arg(long, help = "Enable debug logging")]
verbose: bool,
Development
# listen on port 8081 on host 127.0.0.1 with debug logging
Build
TODO
- Handle IPv6 properly
- MITM proxy mode