Skip to content

Add Tailscale Services support for TCP and TLS listenersTsnet services#136

Open
evan314159 wants to merge 2 commits into
tailscale:mainfrom
evan314159:tsnet-services
Open

Add Tailscale Services support for TCP and TLS listenersTsnet services#136
evan314159 wants to merge 2 commits into
tailscale:mainfrom
evan314159:tsnet-services

Conversation

@evan314159

Copy link
Copy Markdown

Use bind address format "tailscale/node+servicelabel" to listen on a Tailscale Service. For example, "bind tailscale/app+plex" uses the tsnet node "app" to advertise service "svc:plex".

Upgrade Tailscale dependency (required for Tailscale Services) to current (1.98.9) and caddy to current (2.11.4), and allow go mod tidy to resolve the resulting transitive dependency graph via minimal version selection.

@evan314159

Copy link
Copy Markdown
Author

This works very elegantly with Tailscale Auto-Approver rules, ephemeral nodes, and lucaslorentz/caddy-docker-proxy/v2 to automatically manage services as caddy and containers start and stop.

Upgrade the two primary dependencies and allow go mod tidy to resolve
the resulting transitive dependency graph via minimal version selection.
The module builds cleanly, and go vet, the test suite, and govulncheck
all report no issues.

Signed-off-by: evan314159 <306651197+evan314159@users.noreply.github.com>
Use bind address format "tailscale/node+servicelabel" to listen on a
Tailscale Service. For example, "bind tailscale/app+plex" uses the
tsnet node "app" to advertise service "svc:plex".

Signed-off-by: evan314159 <306651197+evan314159@users.noreply.github.com>
@evan314159

Copy link
Copy Markdown
Author

Fixes #117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant