From 0731dd1fdef219ad286cdb3a3ac5ad6896994dc6 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 6 Jan 2025 02:12:11 +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 | 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 0daeedd..a7822f2 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -450,6 +450,7 @@ no-resolv no-round-robin rebind-localhost-ok stop-dns-rebind +strip-subnet # DNS Filter diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 3f2a8dd..5bc956a 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -531,6 +531,7 @@ no-resolv no-round-robin rebind-localhost-ok stop-dns-rebind +strip-subnet # DNS Filter diff --git a/src/debian/debian_dns_dnsmasq.conf b/src/debian/debian_dns_dnsmasq.conf index cf85216..bc2ccae 100644 --- a/src/debian/debian_dns_dnsmasq.conf +++ b/src/debian/debian_dns_dnsmasq.conf @@ -24,6 +24,7 @@ no-resolv no-round-robin rebind-localhost-ok stop-dns-rebind +strip-subnet # DNS Filter diff --git a/src/debian/debian_ts_dnsmasq.conf b/src/debian/debian_ts_dnsmasq.conf index 9792352..b041204 100644 --- a/src/debian/debian_ts_dnsmasq.conf +++ b/src/debian/debian_ts_dnsmasq.conf @@ -24,6 +24,7 @@ no-resolv no-round-robin rebind-localhost-ok stop-dns-rebind +strip-subnet # DNS Filter