tailscale 初见

tailscale

安装

官网快速安装指南 https://tailscale.com/kb/1415/quick-guides

卸载文档 https://tailscale.com/kb/1069/uninstall

OpenSUS Leap 安装 https://tailscale.com/kb/1303/install-opensuse-leap

一键安装脚本

1
curl -fsSL https://tailscale.com/install.sh | sh

Ubuntu APT

对于 ubuntu22(Jammy) , 可以添加GPG

1
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null

第二个GPG

1
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list

然后直接安装

1
apt update && apt install tailscale

Docker

参考文档 https://tailscale.com/kb/1282/docker

有主 备两个源, 挑选一个使用即可

1
docker pull tailscale/tailscale:latest

1
docker pull ghcr.io/tailscale/tailscale:latest

验证安装

1
tailscale

需要登录才能加入网络, 使用指令进行登录, 他会返回一个链接, 使用浏览器打开即可 ( 也可以使用 AuthKey ,当不方便打开链接时)

1
tailscale login

tailscale 初见
https://blog.sukiloli.com/2024/11/11/tailscale初见/
作者
QLozin
发布于
2024年11月11日
许可协议