From 85d5a3bee5fa01536d68482ad0419bc0e897f076 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 8 Jan 2024 22:31:32 +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 | 6 ++++-- 07.PVE制作TS服务器.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 466f444..6b402e9 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -411,9 +411,11 @@ $ sudo nvim /etc/dnsmasq.conf **额外说明:** -- 请根据系统内存使用情况,调整缓存参数 `cache-size` 。 +- 请根据系统内存使用情况,调整缓存参数 `cache-size` -- `Dnsmasq` 有且仅有 `SmartDNS` 作为上游 DNS 服务器。 +- 配置文件中内网域名为 `fox.home.arpa` ,请根据实际情况进行调整 + +- `Dnsmasq` 有且仅有 `SmartDNS` 作为上游 DNS 服务器 ```bash # This configuration file is customized by fox, diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 071f2cf..4aec872 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -490,7 +490,7 @@ $ sudo nvim /etc/dnsmasq.conf **额外说明:** -- 演示中内网域名为 `fox.home.arpa` ,请根据实际情况进行调整 +- 配置文件中内网域名为 `fox.home.arpa` ,请根据实际情况进行调整 - `Dnsmasq` 上游 DNS 服务器分为三类,请根据实际情况进行调整 - `server=/fox.home.arpa/172.16.1.1` :内网域名解析 DNS 服务器,通常为主路由地址