From f505690ed6608ce9b16471b599512b4cc65a5fae Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 1 Jan 2024 16:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07.PVE制作TS服务器.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 82ed5c1..a472d9e 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -609,7 +609,7 @@ $ sudo tailscale up --advertise-exit-node --accept-dns=false --reset $ sudo tailscale up --advertise-exit-node --accept-routes --advertise-routes=172.16.1.0/24 --reset ``` -命令执行后,TS 将自动展示登录链接,根据链接进行登录操作即可。 +执行命令后,TS 将自动显示登录链接,只需根据链接进行登录操作即可。 至此,TS 服务器已配置完成。