Marketplace

Tailscale Funnel

Other

Tailscale Funnel tunnel driver.

togo-framework
bash
togo install togo-framework/tunnel-tailscale

Install

bash
togo install togo-framework/tunnel-tailscale

Tailscale Funnel driver for togo's tunnel subsystem. Wraps the tailscale CLI to publish a local port on your tailnet's MagicDNS name to the public internet over HTTPS.

Requires the tailscale CLI, an authenticated node, and Funnel enabled for the tailnet.

Config

Env
Meaning
TUNNEL_DRIVERset to tailscale
TAILSCALE_BINpath to the tailscale CLI (default: tailscale on PATH)
Rows per page
1–2 of 2
Page 1 of 1
go
svc, _ := tunnel.FromKernel(k)
url, _ := svc.Start(ctx, "8080")   // → https://<host>.<tailnet>.ts.net
defer svc.Stop(ctx)

Start runs tailscale funnel --bg <port> and reads the public URL from tailscale status --json. Stop resets the serve/funnel config.


<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> &nbsp;·&nbsp; <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>