Marketplace
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <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>
Tailscale Funnel
OtherTailscale Funnel tunnel driver.
togo-framework
bash
togo install togo-framework/tunnel-tailscaleInstall
bash
togo install togo-framework/tunnel-tailscaleTailscale 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_DRIVER | set to tailscale |
| TAILSCALE_BIN | path to the tailscale CLI (default: tailscale on PATH) |
Rows per page
1–2 of 2Page 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> · <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>