From 34e55b8daaac7b0b90ddb608e2fc46d609758658 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 6 Jan 2025 17:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 3fe7e80..5ef7604 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -313,9 +313,6 @@ $ sudo crontab -e ## 关闭 smartdns.service $ sudo systemctl stop smartdns.service -## 清理缓存 -$ sudo rm -rvf /var/cache/smartdns* - ## 清理进程标识文件 $ sudo rm -rvf /var/run/smartdns.pid /run/smartdns.pid ```