Tags » tailscale
TIL: Seeing the public node key of a Tailscale node
TIL: How to check if Tailscale is running
Use
tailscale status
and look for theBackendState
key.TIL: How to get the IP address of a device in my Tailnet
Use
tailscale status --json
and filter the output usingjq
.