All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Rustunnel: Open-Source ngrok-Style Tunnel Service Written in Rust

By

joaoh82

2mo ago· 14 min readenCode

Summary

Rustunnel is an open-source tunnel service written in Rust that replicates ngrok's functionality, allowing users to expose local services behind NAT/firewalls to the public internet. It offers both self-hosting options and a managed service with global edge servers. The tool provides secure WebSocket connections with TLS termination, HTTP/TCP proxying, a live dashboard, Prometheus metrics, and audit logging. The article serves as documentation and introduction to the project, explaining its features, deployment options, and available regions for the managed service.

Key quotes

· 4 pulled
A ngrok-style secure tunnel server written in Rust. Expose local services through a public server over encrypted WebSocket connections with TLS termination, HTTP/TCP proxying, a live dashboard, Prometheus metrics, and audit logging.
You can self-host or use our managed service.
Rustunnel is a open-source tunnel service written in Rust that replicates the core functionality of ngrok. It exposes local services running behind NAT/firewalls to the public internet through a relay server self-hosted or our managed service.
You can use rustunnel without running your own server. We operate a global fleet of public edge servers that you can connect to immediately.
Snippet from the RSS feed
**Rustunnel** is a open-source tunnel service written in Rust that replicates the core functionality of ngrok. It exposes local services running behind NAT/firewalls to the public internet through ...

You might also wanna read