Tailscale
安装
linux
curl -fsSL https://tailscale.com/install.sh | sh
# 启动
sudo tailscale up
或者根据文档更新 apt,例如:https://tailscale.com/kb/1476/install-ubuntu-2404
funnel
# 后台运行
tailscale funnel --bg <port>
# 关闭服务
tailscale funnel --https=443 off
linux
curl -fsSL https://tailscale.com/install.sh | sh
# 启动
sudo tailscale up
或者根据文档更新 apt,例如:https://tailscale.com/kb/1476/install-ubuntu-2404
# 后台运行
tailscale funnel --bg <port>
# 关闭服务
tailscale funnel --https=443 off