This repository contains a bash script that automates the process of running multiple Tailscale lock sign commands. Instead of manually executing 483 individual 'tailscale lock sign' commands from the CLI, this script streamlines the process into a single command.
- Tailscale CLI must be installed on your system
- Visit Tailscale's download page or use your package manager:
# For macOS (using Homebrew) brew install tailscale # For Ubuntu/Debian curl -fsSL https://tailscale.com/install.sh | sh # For other platforms, please visit the Tailscale download page
- Clone this repository
- Navigate to the repository directory
- Run the script:
bash tailnet_lock_autosign_mullvad_all.txt
This script automates the execution of 483 'tailscale lock sign' commands, saving you considerable time and effort in managing Tailscale node configurations.