commands.sh

tailscale funnel

all

Share a local server on the internet using Tailscale.

More info →

Examples (4)

Expose a local file or directory in the foreground

tailscale funnel path/to/file_or_directory

Expose an HTTP server running at 127.0.0.1:3000 in the foreground

Expose an HTTP server running at 127.0.0.1:3000 in the background

Expose an HTTPS server with invalid or self-signed certificates at https://localhost:8443

tailscale funnel https+insecure://localhost:8443
made by @shridhargupta | data from tldr-pages