Getting Started
MakeTheTunnel lets you expose a local server to the public internet through a secure tunnel. No configuration files, no complicated setup.
Installation
Download the latest binary for your platform:
# macOS / Linux
curl -fsSL https://github.com/jarredhess/makethetunnel/releases/latest/download/mttclient -o mttclient
chmod +x mttclient
# Or build from source
git clone https://github.com/jarredhess/makethetunnel.git
cd makethetunnel
make build-clientUsage
Start a tunnel to your local development server:
mttclient -port 3000This creates a public URL that forwards traffic to localhost:3000.
Configuration
MakeTheTunnel works out of the box with sensible defaults. Advanced configuration options are coming soon, including custom subdomains, auth tokens, and rate limiting.