From 80afa7dfe7c10201eb2dcf9e3e95f28c82d69924 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 12 Dec 2023 20:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SmartDNS=20=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06.PVE制作DNS服务器.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index bc2d054..ff113ce 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -209,7 +209,7 @@ $ mkdir -p /tmp/SmartDNS $ cd /tmp/SmartDNS ## 下载 SmartDNS 安装包 -$ curl -LO https://github.com/pymumu/smartdns/releases/download/Release43/smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz +$ curl -LO https://github.com/pymumu/smartdns/releases/latest/download/smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz ## 解压缩 SmartDNS 安装包 $ tar zxf smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz