From 410f6e8d2ee82439e6b8966aec5ca177cc945194 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sun, 10 Dec 2023 22:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=20wget=20=E5=91=BD=E4=BB=A4?= 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 a7904d3..2189803 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -208,7 +208,7 @@ $ mkdir -p /tmp/SmartDNS $ cd /tmp/SmartDNS ## 下载 SmartDNS 安装包 -$ wget https://github.com/pymumu/smartdns/releases/download/Release43/smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz +$ curl -O -L https://github.com/pymumu/smartdns/releases/download/Release43/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