From f90dd7a7c881ade5908d07047488d5f902374460 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sat, 16 Dec 2023 23:52:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20resolv.conf=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06.PVE制作DNS服务器.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 8e18220..a1658c7 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -107,7 +107,7 @@ DNSStubListener=no ```bash ## 创建 resolv.conf 软链接 -$ sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf +$ sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf ``` 配置完成后,需重启 `systemd-resolved.service` 服务,并再次检查系统 `53` 端口占用。