Tags » tailscale
-
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
.
Use tailscale status
and look for the BackendState
key.
Use tailscale status --json
and filter the output using jq
.