From 49083bf18488191eb4ba5d051c73538d302de34b Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 8 Oct 2024 23:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SmartDNS=20=E6=B8=85?= =?UTF-8?q?=E7=90=86=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06.PVE制作DNS服务器.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 930e146..5970410 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -283,6 +283,9 @@ $ sudo bash /opt/smartdns-plugin.sh ## 关闭 smartdns.service $ sudo systemctl stop smartdns.service +## 清理缓存 +$ sudo rm -rvf /var/cache/smartdns* + ## 清理进程标识文件 $ sudo rm -rvf /var/run/smartdns.pid /run/smartdns.pid ```