From 05ba8586ae228269c74fe4381461aaddf90bc4df Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 8 Oct 2024 22:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SmartDNS=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.PVE制作虚拟机模板.md | 2 +- 06.PVE制作DNS服务器.md | 2 -- src/debian/debian_dns_smartdns.conf | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index 59714e0..889ace6 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -444,7 +444,7 @@ Debian 模板虚拟机已经配置完成,在将其转换为模板前需要对 $ sudo apt clean && sudo apt autoclean && sudo apt autoremove --purge ## 清理系统缓存 -$ sudo rm -rvf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* +$ sudo rm -rvf /var/cache/apt/* /var/cache/smartdns/* /var/lib/apt/lists/* /tmp/* ## 清理系统日志 $ sudo find /var/log/ -type f | xargs sudo rm -rvf diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 8431236..5968636 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -332,8 +332,6 @@ $ sudo nvim /etc/smartdns/smartdns.conf conf-file /etc/smartdns.d/*.conf -cache-file /tmp/smartdns.cache - log-level notice bind [::]:6053@lo diff --git a/src/debian/debian_dns_smartdns.conf b/src/debian/debian_dns_smartdns.conf index 824b7ce..471b9be 100644 --- a/src/debian/debian_dns_smartdns.conf +++ b/src/debian/debian_dns_smartdns.conf @@ -15,8 +15,6 @@ conf-file /etc/smartdns.d/*.conf -cache-file /tmp/smartdns.cache - log-level notice bind [::]:6053@lo