doran/scripts/hetzner/print-tailscale-firewall-note.sh
2026-03-28 20:53:29 +01:00

8 lines
268 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
cat <<'EOF'
Tailscale-first mode:
- public firewall should expose only 80/443
- SSH and Kubernetes API should be reached over Tailscale
- ensure your workstation is authenticated to the same tailnet before bootstrap continues
EOF