From bf387d15847a0bfd9d135620227ec003ec9ce81d Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sun, 9 Nov 2025 15:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SmartDNS=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= 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 8f791dc..dd0bc62 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -216,7 +216,7 @@ $ mkdir -p /tmp/SmartDNS $ cd /tmp/SmartDNS ## 下载 SmartDNS 安装包 -$ curl -LR -O https://github.com/pymumu/smartdns/releases/download/Release47/smartdns.1.2025.09.18-2244.x86_64-linux-all.tar.gz +$ curl -LR -O https://github.com/pymumu/smartdns/releases/download/Release47.1/smartdns.1.2025.11.09-1443.x86_64-linux-all.tar.gz ## 解压缩 SmartDNS 安装包 $ tar zxf smartdns.*.x86_64-linux-all.tar.gz