tsnet-serve

Expose HTTP applications to a Tailscale Tailnet network

brewmacoslinux
Try with needOr install directly
Source

About

Expose HTTP applications to a Tailscale Tailnet network

Commands

tsnet-serve

Examples

Expose a local web server running on port 8080 to your Tailnet$ tsnet-serve --tailnet-only --http localhost:8080
Serve a static file directory over HTTP on your Tailnet$ tsnet-serve --tailnet-only --dir /path/to/files
Expose application with custom Tailnet hostname and TLS$ tsnet-serve --tailnet-only --hostname myapp --https localhost:3000