Add Tailscale Services support for TCP and TLS listenersTsnet services#136
Open
evan314159 wants to merge 2 commits into
Open
Add Tailscale Services support for TCP and TLS listenersTsnet services#136evan314159 wants to merge 2 commits into
evan314159 wants to merge 2 commits into
Conversation
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>
evan314159
force-pushed
the
tsnet-services
branch
from
July 19, 2026 05:13
ffa2785 to
80f8fdb
Compare
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
force-pushed
the
tsnet-services
branch
from
July 19, 2026 10:53
80f8fdb to
5bd498e
Compare
Author
|
Fixes #117 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.