/** * Tailscale VPN Scanfix * * Installs and configures Tailscale on Mac/Linux servers for reliable * remote access. Tailscale creates a WireGuard tunnel that survives * firewall changes, port closures, and SSH misconfigurations. * * Auth key is stored in the Ansible Vault via: * npx stack deploy --secrets set TAILSCALE_AUTH_KEY * * Generate the key at: https://login.tailscale.com/admin/settings/keys * - Reusable + Pre-approved for servers */ import type { Fix } from '../../../../types/index.js'; export declare const tailscaleFixes: Fix[]; //# sourceMappingURL=tailscale.d.ts.map