From c9bf9ae2fd7886acb8f14d71d212d3abb54c9677 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Wed, 20 Mar 2024 22:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dnsmasq=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 | 4 ++-- 07.PVE制作TS服务器.md | 4 ++-- src/debian/debian_dns_dnsmasq.conf | 4 ++-- src/debian/debian_ts_dnsmasq.conf | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 61f1739..580694c 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -449,6 +449,7 @@ bogus-priv domain-needed local-service no-hosts +no-negcache no-resolv no-round-robin rebind-localhost-ok @@ -458,11 +459,10 @@ stop-dns-rebind server=/alt/ server=/home.arpa/ -server=/ipv4only.arpa/ -server=/resolver.arpa/ server=/example/ server=/bind/ server=/invalid/ +server=/lan/ server=/local/ server=/localhost/ server=/onion/ diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 072caf1..3e1af5f 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -522,6 +522,7 @@ bogus-priv domain-needed local-service no-hosts +no-negcache no-round-robin rebind-localhost-ok stop-dns-rebind @@ -530,11 +531,10 @@ stop-dns-rebind server=/alt/ server=/home.arpa/ -server=/ipv4only.arpa/ -server=/resolver.arpa/ server=/example/ server=/bind/ server=/invalid/ +server=/lan/ server=/local/ server=/localhost/ server=/onion/ diff --git a/src/debian/debian_dns_dnsmasq.conf b/src/debian/debian_dns_dnsmasq.conf index 65929cd..c84fb3b 100644 --- a/src/debian/debian_dns_dnsmasq.conf +++ b/src/debian/debian_dns_dnsmasq.conf @@ -20,6 +20,7 @@ bogus-priv domain-needed local-service no-hosts +no-negcache no-resolv no-round-robin rebind-localhost-ok @@ -29,11 +30,10 @@ stop-dns-rebind server=/alt/ server=/home.arpa/ -server=/ipv4only.arpa/ -server=/resolver.arpa/ server=/example/ server=/bind/ server=/invalid/ +server=/lan/ server=/local/ server=/localhost/ server=/onion/ diff --git a/src/debian/debian_ts_dnsmasq.conf b/src/debian/debian_ts_dnsmasq.conf index 82f75eb..3f53651 100644 --- a/src/debian/debian_ts_dnsmasq.conf +++ b/src/debian/debian_ts_dnsmasq.conf @@ -20,6 +20,7 @@ bogus-priv domain-needed local-service no-hosts +no-negcache no-round-robin rebind-localhost-ok stop-dns-rebind @@ -28,11 +29,10 @@ stop-dns-rebind server=/alt/ server=/home.arpa/ -server=/ipv4only.arpa/ -server=/resolver.arpa/ server=/example/ server=/bind/ server=/invalid/ +server=/lan/ server=/local/ server=/localhost/ server=/onion/