From d26f303437582c36c3413a26207c039e9ac9282c Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Wed, 13 Dec 2023 20:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06.PVE制作DNS服务器.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 14d0f68..802a142 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -344,16 +344,16 @@ $ sudo curl -LR -o /etc/smartdns.d/anti-ad.smartdns.conf https://anti-ad.net/ant 关于脚本的详细介绍,请参阅 [SmartDNS China List 安装脚本](https://gitee.com/callmer/smartdns_china_list_installer) 。 ```bash -## 下载插件安装脚本 +## 下载加速规则安装脚本 $ sudo curl -LR -o /opt/smartdns_plugin.sh https://gitee.com/callmer/smartdns_china_list_installer/raw/main/smartdns_plugin.sh -## 设置安装脚本可执行权限 +## 设置脚本可执行权限 $ sudo chmod +x /opt/smartdns_plugin.sh -## 安装脚本文件防篡改 +## 设置脚本文件防篡改 $ sudo chattr +i /opt/smartdns_plugin.sh -## 执行安装脚本 +## 执行脚本 $ sudo bash /opt/smartdns_plugin.sh ``` @@ -377,7 +377,7 @@ $ sudo crontab -e ``` -若使用了 `SmartDNS` 插件,由于插件自带服务重启功能,因此定时任务可为如下配置。 +若使用了 `SmartDNS` 加速规则的安装脚本,由于脚本自带服务重启功能,因此定时任务可为如下配置。 ```bash ## 定时任务配置项