From 38df9bd3e4aab9c57fa9d1beb54705d1942331fe Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Thu, 7 Sep 2023 22:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=AC=E5=9C=B0=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E5=90=8E=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01.PVE系统安装.md | 4 ++-- 04.PVE创建模板虚拟机.md | 4 ++-- 06.PVE用模板克隆虚拟机.md | 4 ++-- src/debian_smartdns.conf | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/01.PVE系统安装.md b/01.PVE系统安装.md index ea3784b..801c5c0 100644 --- a/01.PVE系统安装.md +++ b/01.PVE系统安装.md @@ -156,7 +156,7 @@ PVE 为最关键的虚拟化层,建议使用强密码,包含大小写字母 FQDN 为 PVE 的域,PVE 将使用 FQDN 中的二级域名作为其主机名。 -演示中 FQDN 为 `node01.fox.local` ,因此 PVE 的主机名为 `node01` 。 +演示中 FQDN 为 `node01.fox.home.arpa` ,因此 PVE 的主机名为 `node01` 。 根据规划,PVE 的 IPv4 管理地址为 `172.16.1.254` 。 @@ -166,7 +166,7 @@ FQDN 为 PVE 的域,PVE 将使用 FQDN 中的二级域名作为其主机名。 |参数|值|说明| |--|--|--| -|Hostname (FQDN)|`node01.fox.local`|设置 PVE `域` 和 `主机名` | +|Hostname (FQDN)|`node01.fox.home.arpa`|设置 PVE `域` 和 `主机名` | |IP Address (CIDR)|`172.16.1.254/24`|设置 PVE IPv4 地址| |Gateway|`172.16.1.1`|设置 PVE IPv4 网关| |DNS Server|`172.16.1.1`|设置 PVE IPv4 DNS | diff --git a/04.PVE创建模板虚拟机.md b/04.PVE创建模板虚拟机.md index 348e8f2..9dad042 100644 --- a/04.PVE创建模板虚拟机.md +++ b/04.PVE创建模板虚拟机.md @@ -215,7 +215,7 @@ Successfully imported disk as 'unused0:local-lvm:vm-1000-disk-0' |--|--|--| |用户|`fox`|新系统的管理员账户| |密码|`********`|使用强密码| -|DNS域|`fox.local`|内网域名(可选)| +|DNS域|`fox.home.arpa`|内网域名(可选)| |DNS服务器|`172.16.1.1`|本机 DNS 服务器| |SSH公钥|`无`|使用秘钥登录服务器,暂不使用| |Upgrade packages|`是`|启动时更新软件包,保持默认即可| @@ -243,7 +243,7 @@ Successfully imported disk as 'unused0:local-lvm:vm-1000-disk-0' |参数|值|说明| |--|--|--| -|DNS域|`fox.local`|内网域名(可选)| +|DNS域|`fox.home.arpa`|内网域名(可选)| |DNS服务器|`172.16.1.1 fdac::1`|本机 DNS 服务器| |IP配置(net0)|`ip=172.16.1.250/24,gw=172.16.1.1,ip6=fdac::fa/64`|模板的 IP 设置| diff --git a/06.PVE用模板克隆虚拟机.md b/06.PVE用模板克隆虚拟机.md index e6cf842..c6e45f1 100644 --- a/06.PVE用模板克隆虚拟机.md +++ b/06.PVE用模板克隆虚拟机.md @@ -298,8 +298,8 @@ nameserver /dns.alidns.com/alidns server 172.16.1.1 -group intranet -exclude-default-group server fdac::1 -group intranet -exclude-default-group -nameserver /fox.local/intranet -domain-rules /fox.local/ -speed-check-mode none -no-cache +nameserver /fox.home.arpa/intranet +domain-rules /fox.home.arpa/ -speed-check-mode none -no-cache server-tls dot.pub server-tls dns.alidns.com diff --git a/src/debian_smartdns.conf b/src/debian_smartdns.conf index 32d31d8..0f09c8c 100644 --- a/src/debian_smartdns.conf +++ b/src/debian_smartdns.conf @@ -41,8 +41,8 @@ nameserver /dns.alidns.com/alidns server 172.16.1.1 -group intranet -exclude-default-group server fdac::1 -group intranet -exclude-default-group -nameserver /fox.local/intranet -domain-rules /fox.local/ -speed-check-mode none -no-cache +nameserver /fox.home.arpa/intranet +domain-rules /fox.home.arpa/ -speed-check-mode none -no-cache server-tls dot.pub server-tls dns.alidns.com