如何在不到 1 分钟内在 Ubuntu 上安装 Tailscale
只需运行此命令序列来安装 tailscale。这将自动确定正确的 Ubuntu 版本
tailscale_install.sh
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -sc).gpg | sudo apt-key add -
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -sc).list | sudo tee /etc/apt/sources.list.d/tailscale.list
sudo apt-get update
sudo apt-get install tailscaleCheck out similar posts by category:
Networking, Wireguard
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow