From f3a42312185ccd7b3564dabe54a8300025fe4353 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Thu, 26 Dec 2024 12:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20TS=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=20Dnsmasq=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07.PVE制作TS服务器.md | 1 + src/debian/debian_ts_dnsmasq.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 1bbe765..8002abf 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -529,6 +529,7 @@ domain-needed local-service no-hosts no-negcache +no-resolv no-round-robin rebind-localhost-ok stop-dns-rebind diff --git a/src/debian/debian_ts_dnsmasq.conf b/src/debian/debian_ts_dnsmasq.conf index 3ad9d61..9792352 100644 --- a/src/debian/debian_ts_dnsmasq.conf +++ b/src/debian/debian_ts_dnsmasq.conf @@ -20,6 +20,7 @@ domain-needed local-service no-hosts no-negcache +no-resolv no-round-robin rebind-localhost-ok stop-dns-rebind