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