Skip to main content

Tailscale

v0.1.3

Inspect the host's Tailscale node via the tailscale CLI: tailnet status and peer/online map, network connectivity (netcheck DERP latency, port-mapping), ping to peers, whois lookups, this node's tailnet IPs, version, available exit nodes, MagicDNS/DNS config, and the current prefs (advertised routes, configured exit node). Read-only.

9 allowed by default
Pack ID
tailscale
Vendor
emisar
OS
linux
Actions
9
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
tailscale

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:7f9245b5987a0fa5415ac1bd3a3ecea22b07baef88571b6ccd323d1a8a9e8c4a

on the runner host
sudo emisar pack install tailscale \
  --hash sha256:7f9245b5987a0fa5415ac1bd3a3ecea22b07baef88571b6ccd323d1a8a9e8c4a \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 9 total

View on GitHub