From 82497488ed54003f2ba9e91055c7341411b19108 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Fri, 1 Mar 2024 20:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20TS=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07.PVE制作TS服务器.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 48b7469..a6b0d72 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -613,5 +613,15 @@ $ sudo tailscale up --advertise-exit-node --accept-routes --advertise-routes=172 执行命令后,TS 将自动显示登录链接,只需根据链接进行登录操作即可。 +目前 TS 将跟随系统自动更新,若需额外开启 TS 的自动更新功能,执行以下命令。 + +```bash +## TS 开启自动更新 +$ sudo tailscale set --auto-update + +## TS 关闭自动更新 +$ sudo tailscale set --auto-update=false +``` + 至此,TS 服务器已配置完成。