Multi-use invite links
- New: Create multi-use invite links in the Machines page of the admin console, for sharing nodes
my-server.yak-bebop.ts.net
instead of
my-server.example.com
. This is a display-only change and doesn’t modify the name of any
machines.tailscale netcheck
(#5919)tailscaled --no-logs-no-support
(or TS_NO_LOGS_NO_SUPPORT=true
environment variable)tailscale bugreport --record
flag to pause and write another bug reporttailscale netcheck
looks for a captive portaltailscaled
ExitNodeStatus
to tailscale status --json
tailscale ping -c N
to properly exit after N ping requests even if there are timeoutsSERVFAIL
if all upstream resolvers failssdp:all
ping (hostname)
now works correctlyAllowSameVersionUpgrades
attribute on MajorUpgrade
tag in Windows MSI script*.ts.net
DNS nametailscaled --state=mem:
registers as an ephemeral node and does not store state to disktailscale status --json
now shows Tags
and PrimaryRoutes
for Peers. PrimaryRoutes
shows whether a HA
subnet router is currently the active one.tailscale status --json | jq .TailnetName
will show the name of the tailnettailscaled
debug server’s Prometheus metrics exporter now also includes Go runtime metricstailscaled
supports a new TS_PERMIT_CERT_UID
environment variable containing either a userid or username to
allow to fetch Tailscale TLS certificates for the node. This environment variable can be set in
/etc/default/tailscaled
to permit non-root web servers on the local machine to fetch certs from tailscaled
.--auth-key
and --authkey
both work as tailscale up
arguments/proc/net/route
filestailscale --operator=USER
to use with Taildroptailscale status
failed to look up user from userid
error/var/packages/Tailscale/target/bin/tailscale configure-host
to restore needed
permissions. We recommend adding this as a scheduled task at boot.autogroup:self
for all tagged nodesautogroup:self
ruletailscale up --authkey=file:/path/to/secret
supporttailscale up --qr
for QR codeswhile tailscale up; do sleep 0.1; done
loops in Docker startup scripts.tailscale debug