ferrotunnel 0.3.0

A production-ready reverse tunnel system in Rust
Documentation
ferrotunnel-0.3.0 has been yanked.

ferrotunnel

Crates.io Documentation License

A production-ready, secure reverse tunnel system in Rust.

Quick Start

Add this to your Cargo.toml:

[dependencies]
ferrotunnel = "0.1"

Features

  • 🔒 Secure - TLS encryption, token-based authentication
  • Fast - Built on Tokio for high-performance async I/O
  • 🔌 Protocol Support - HTTP, HTTPS, WebSocket, gRPC, TCP
  • 📊 Observable - Comprehensive logging and metrics
  • 🛡️ Resilient - Automatic reconnection, heartbeat monitoring

Documentation

See the full documentation for detailed usage.

License

Licensed under either of:

at your option.