From 0a7fda4e152fe981f655480fefb54f64fabb4de1 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 14 Jan 2025 15:25:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dnsmasq=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06.PVE制作DNS服务器.md | 3 ++- 07.PVE制作TS服务器.md | 3 ++- src/debian/debian_dns_dnsmasq.conf | 3 ++- src/debian/debian_ts_dnsmasq.conf | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index c856099..dcab126 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -435,12 +435,13 @@ log-async=20 cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 + +interface=eth0 rebind-domain-ok=/fox.internal/ bind-dynamic bogus-priv domain-needed -local-service no-hosts no-negcache no-resolv diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 2c2b5e9..d4f61a2 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -540,12 +540,13 @@ log-async=20 cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 + +interface=eth0 rebind-domain-ok=/fox.internal/ bind-dynamic bogus-priv domain-needed -local-service no-hosts no-negcache no-resolv diff --git a/src/debian/debian_dns_dnsmasq.conf b/src/debian/debian_dns_dnsmasq.conf index 0eb023a..c5ded07 100644 --- a/src/debian/debian_dns_dnsmasq.conf +++ b/src/debian/debian_dns_dnsmasq.conf @@ -12,12 +12,13 @@ log-async=20 cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 + +interface=eth0 rebind-domain-ok=/fox.internal/ bind-dynamic bogus-priv domain-needed -local-service no-hosts no-negcache no-resolv diff --git a/src/debian/debian_ts_dnsmasq.conf b/src/debian/debian_ts_dnsmasq.conf index 667c2b8..3003255 100644 --- a/src/debian/debian_ts_dnsmasq.conf +++ b/src/debian/debian_ts_dnsmasq.conf @@ -12,12 +12,13 @@ log-async=20 cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 + +interface=eth0 rebind-domain-ok=/fox.internal/ bind-dynamic bogus-priv domain-needed -local-service no-hosts no-negcache no-resolv