From f5d82f74358089dbe9e1a31549548326ad0570d4 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sun, 8 Feb 2026 04:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20dnsmasq=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=9Ano-round-robin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06.PVE制作DNS服务器.md | 1 + 07.PVE制作TS服务器.md | 1 + src/debian/debian_dns_dnsmasq.conf | 1 + src/debian/debian_ts_dnsmasq.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index c8ab127..d25bdaa 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -466,6 +466,7 @@ domain-needed no-hosts no-negcache no-resolv +no-round-robin rebind-localhost-ok stop-dns-rebind diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 87c5330..769f9fd 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -571,6 +571,7 @@ domain-needed no-hosts no-negcache no-resolv +no-round-robin rebind-localhost-ok stop-dns-rebind diff --git a/src/debian/debian_dns_dnsmasq.conf b/src/debian/debian_dns_dnsmasq.conf index f93ad4e..83679fc 100644 --- a/src/debian/debian_dns_dnsmasq.conf +++ b/src/debian/debian_dns_dnsmasq.conf @@ -22,6 +22,7 @@ domain-needed 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 ef6d1af..aee4dfe 100644 --- a/src/debian/debian_ts_dnsmasq.conf +++ b/src/debian/debian_ts_dnsmasq.conf @@ -22,6 +22,7 @@ domain-needed no-hosts no-negcache no-resolv +no-round-robin rebind-localhost-ok stop-dns-rebind