From c94872a931ff15a929e9d54eae741f194476d8d0 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sun, 15 Sep 2024 12:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SmartDNS=20=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 06.PVE制作DNS服务器.md | 1 + src/debian/debian_dns_smartdns.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index d0b585b..723fd0c 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -345,6 +345,7 @@ rr-ttl-min 60 rr-ttl-max 28800 rr-ttl-reply-max 14400 +cache-size 32768 force-qtype-SOA 65 max-query-limit 1024 max-reply-ip-num 24 diff --git a/src/debian/debian_dns_smartdns.conf b/src/debian/debian_dns_smartdns.conf index 6de9e27..824b7ce 100644 --- a/src/debian/debian_dns_smartdns.conf +++ b/src/debian/debian_dns_smartdns.conf @@ -28,6 +28,7 @@ rr-ttl-min 60 rr-ttl-max 28800 rr-ttl-reply-max 14400 +cache-size 32768 force-qtype-SOA 65 max-query-limit 1024 max-reply-ip-num 24