Tailscale

v0.1.0

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.

Pack ID
tailscale
Vendor
emisar
OS
linux
Actions
9
Required binaries: tailscale. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:e844a80cfce641e695d3aa50adcddd435595385600f8a142fb7dad9d9e3ff990

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

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

Actions 9 total

View on GitHub