Ombrac
Ombrac is a high-performance, secure TCP-over-QUIC tunnel implemented in Rust
Features
- Secure: Native TLS encryption built into the QUIC layer
- High Performance: Low-latency multiplexing via QUIC bidirectional streams
- Versatile: Supports SOCKS5, HTTP/HTTPS, and TUN device modes
- Zero-RTT: Supports 0-RTT and 0.5-RTT for near-instant connections
Installation
The easiest way to get started is to download the latest pre-compiled binary from the Releases Page.
Quick Install
- Homebrew:
brew tap ombrac/tap && brew install ombrac - Docker:
docker pull ghcr.io/ombrac/ombrac/ombrac-server:latest - Cargo:
cargo install ombrac-client ombrac-server --features binary
From Source
&&
Quick Start
Start Server
Start Client (SOCKS5 Endpoint)
Run with Docker (Testing Mode)
# Server
# Client
License
This project is licensed under the Apache-2.0 License.