Expose local HTTP services through a QUIC control tunnel and streaming-optimized public ingress. Subdomain routing, automatic TLS, and long-lived connections built in.
Tunnel clients connect over UDP with TLS (ALPN: tunneltug). Low latency, connection migration, and multiplexed streams via Yamux.
Reverse proxy tuned for SSE, WebSocket upgrades, and long-lived HTTPS connections โ not just request/response.
Production mode provisions certificates automatically. HTTP-01 on :80, HTTPS and optional HTTP/3 on the public edge.
Multi-tenant tunnels via host-based routing โ myapp.tunneltug.com points at your local :3000 without a VPN.
Dashboard secured with hardware-bound DBSC sessions via the 0Trust mesh identity plane.
0 tunnels registered on this edge
Browser โโHTTPS/HTTP3โโโถ Public Ingress (:443) โ Yamux stream โผ Tunnel Server โ QUIC + TLS โผ Tunnel Client โ TCP โผ Local App :3000
tunneltug -mode server -prod \\ -domain tunneltug.com \\ -email admin@tunneltug.com \\ -token \"$(openssl rand -hex 32)\"
tunneltug -mode client \\ -server tunnel.tunneltug.com \\ -domain tunneltug.com \\ -subdomain myapp \\ -local 3000 \\ -token \"\"
Visit https://myapp.tunneltug.com after the client connects.