From 554b2bd6d40ba5cabec4fa7ddb480b77708588f4 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 28 Nov 2023 18:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.PVE制作虚拟机模板.md | 2 +- ...ian_20auto_upgrades.conf => debian_dns_20auto_upgrades.conf} | 0 ...nded_upgrades.conf => debian_dns_50unattended_upgrades.conf} | 0 src/debian/{debian_99_sysctl.conf => debian_dns_99_sysctl.conf} | 0 src/debian/{debian_dnsmasq.conf => debian_dns_dnsmasq.conf} | 0 ...ebian_dnsmasq_plugin.conf => debian_dns_dnsmasq_plugin.conf} | 0 ...n_dnsmasq_smartdns.conf => debian_dns_dnsmasq_smartdns.conf} | 0 src/debian/{debian_smartdns.conf => debian_dns_smartdns.conf} | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename src/debian/{debian_20auto_upgrades.conf => debian_dns_20auto_upgrades.conf} (100%) rename src/debian/{debian_50unattended_upgrades.conf => debian_dns_50unattended_upgrades.conf} (100%) rename src/debian/{debian_99_sysctl.conf => debian_dns_99_sysctl.conf} (100%) rename src/debian/{debian_dnsmasq.conf => debian_dns_dnsmasq.conf} (100%) rename src/debian/{debian_dnsmasq_plugin.conf => debian_dns_dnsmasq_plugin.conf} (100%) rename src/debian/{debian_dnsmasq_smartdns.conf => debian_dns_dnsmasq_smartdns.conf} (100%) rename src/debian/{debian_smartdns.conf => debian_dns_smartdns.conf} (100%) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index d472374..4288e80 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -338,7 +338,7 @@ $ sudo nvim /etc/apt/apt.conf.d/50unattended-upgrades 根据 “注释” 中相关说明,调整配置文件。 -因为该配置文件很长,完整的配置文件可查看 [debian_50unattended_upgrades.conf](./src/debian/debian_50unattended_upgrades.conf) 以便对比。 +因为该配置文件很长,完整的配置文件可查看 [debian_dns_50unattended_upgrades.conf](./src/debian/debian_dns_50unattended_upgrades.conf) 以便对比。 ```bash ## 删除以下行前面的注释符 // ,代表启用 diff --git a/src/debian/debian_20auto_upgrades.conf b/src/debian/debian_dns_20auto_upgrades.conf similarity index 100% rename from src/debian/debian_20auto_upgrades.conf rename to src/debian/debian_dns_20auto_upgrades.conf diff --git a/src/debian/debian_50unattended_upgrades.conf b/src/debian/debian_dns_50unattended_upgrades.conf similarity index 100% rename from src/debian/debian_50unattended_upgrades.conf rename to src/debian/debian_dns_50unattended_upgrades.conf diff --git a/src/debian/debian_99_sysctl.conf b/src/debian/debian_dns_99_sysctl.conf similarity index 100% rename from src/debian/debian_99_sysctl.conf rename to src/debian/debian_dns_99_sysctl.conf diff --git a/src/debian/debian_dnsmasq.conf b/src/debian/debian_dns_dnsmasq.conf similarity index 100% rename from src/debian/debian_dnsmasq.conf rename to src/debian/debian_dns_dnsmasq.conf diff --git a/src/debian/debian_dnsmasq_plugin.conf b/src/debian/debian_dns_dnsmasq_plugin.conf similarity index 100% rename from src/debian/debian_dnsmasq_plugin.conf rename to src/debian/debian_dns_dnsmasq_plugin.conf diff --git a/src/debian/debian_dnsmasq_smartdns.conf b/src/debian/debian_dns_dnsmasq_smartdns.conf similarity index 100% rename from src/debian/debian_dnsmasq_smartdns.conf rename to src/debian/debian_dns_dnsmasq_smartdns.conf diff --git a/src/debian/debian_smartdns.conf b/src/debian/debian_dns_smartdns.conf similarity index 100% rename from src/debian/debian_smartdns.conf rename to src/debian/debian_dns_smartdns.conf