【内网穿透】Tailscale不同客户端如何更新

【 目 录 】 - 点击下方标题跳转

Docker客户端

NASVPS当前使用docker部署

先拉取镜像,再更新

docker pull tailscale/tailscale

或者登录portainer,复制tailscale容器重新创建

openwrt客户端

openwrt后台-系统-TTYD终端,输入root和密码登录-按0退出默认菜单,再输入:

tailscale update
终端显示:

tailscale update
This will update Tailscale from 1.58.2 to 1.60.0. Continue? [y/n] y
Downloading "https://pkgs.tailscale.com/stable/tailscale_1.60.0_amd64.tgz"
Download size: 27095989
Downloaded 27095989/27095989 (100.0%)
Downloading "https://pkgs.tailscale.com/stable/tailscale_1.60.0_amd64.tgz.sig"
Signature OK
Extracting "/root/.cache/tailscale-update/tailscale_1.60.0_amd64.tgz"
Updated /usr/sbin/tailscale
Updated /usr/sbin/tailscaled
Tailscale binaries updated successfully.
Please restart tailscaled to finish the update.
#其他参考命令、

SAGE
  tailscale [flags] <subcommand> [command flags]

For help on subcommands, add --help after: "tailscale status --help".

This CLI is still under active development. Commands and flags will
change in the future.

SUBCOMMANDS
  up         Connect to Tailscale, logging in if needed
  down       Disconnect from Tailscale
  set        Change specified preferences
  login      Log in to a Tailscale account
  logout     Disconnect from Tailscale and expire current node key
  switch     Switches to a different Tailscale account
  configure  [ALPHA] Configure the host to enable more Tailscale features
  netcheck   Print an analysis of local network conditions
  ip         Show Tailscale IP addresses
  status     Show state of tailscaled and its connections
  ping       Ping a host at the Tailscale layer, see how it routed
  nc         Connect to a port on a host, connected to stdin/stdout
  ssh        SSH to a Tailscale machine
  funnel     Serve content and local servers on the internet
  serve      Serve content and local servers on your tailnet
  version    Print Tailscale version
  web        Run a web server for controlling Tailscale
  file       Send or receive files
  bugreport  Print a shareable identifier to help diagnose issues
  cert       Get TLS certs
  lock       Manage tailnet lock
  licenses   Get open source license information
  exit-node  Show machines on your tailnet configured as exit nodes
  update     [BETA] Update Tailscale to the latest/different version
  whois      Show the machine and user associated with a Tailscale IP (v4 or v6)

FLAGS
  --socket string

官方参考

官方命令参考

https://tailscale.com/kb/1067/update#auto-updates

留下评论