diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index f5db6b0..2d3cc36 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -446,6 +446,8 @@ log-async=20 cache-size=1024 max-cache-ttl=21600 + +dns-forward-max=300 edns-packet-max=1232 rebind-domain-ok=/fox.home.arpa/ diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 28a928c..e2ebfab 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -513,6 +513,8 @@ log-async=20 cache-size=1024 max-cache-ttl=21600 + +dns-forward-max=300 edns-packet-max=1232 rebind-domain-ok=/fox.home.arpa/ diff --git a/src/debian/debian_dns_dnsmasq.conf b/src/debian/debian_dns_dnsmasq.conf index 8a78282..369fdfa 100644 --- a/src/debian/debian_dns_dnsmasq.conf +++ b/src/debian/debian_dns_dnsmasq.conf @@ -11,6 +11,8 @@ log-async=20 cache-size=1024 max-cache-ttl=21600 + +dns-forward-max=300 edns-packet-max=1232 rebind-domain-ok=/fox.home.arpa/ diff --git a/src/debian/debian_ts_dnsmasq.conf b/src/debian/debian_ts_dnsmasq.conf index 5b022ea..931df99 100644 --- a/src/debian/debian_ts_dnsmasq.conf +++ b/src/debian/debian_ts_dnsmasq.conf @@ -11,6 +11,8 @@ log-async=20 cache-size=1024 max-cache-ttl=21600 + +dns-forward-max=300 edns-packet-max=1232 rebind-domain-ok=/fox.home.arpa/