From 05a0659356dbae6228de433c99377535ddff0e4c Mon Sep 17 00:00:00 2001 From: benbrookshire <42323694+benbrookshire@users.noreply.github.com> Date: Sun, 22 Jan 2023 15:25:41 -0600 Subject: [PATCH] Update dnsmasq_warn.md add a link to more info on allowed packet sizes. allows pi-hole users to configure packet max size according to the individual upstream DNS service's max allowable packet size. Signed-off-by: benbrookshire <42323694+benbrookshire@users.noreply.github.com> --- docs/ftldns/dnsmasq_warn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ftldns/dnsmasq_warn.md b/docs/ftldns/dnsmasq_warn.md index 896f8778..b92c9abb 100644 --- a/docs/ftldns/dnsmasq_warn.md +++ b/docs/ftldns/dnsmasq_warn.md @@ -133,7 +133,7 @@ Warnings commonly seen in `dnsmasq`'s log file (`/var/log/pihole/pihole.log`) an edns-packet-max=1232 ``` - After running `pihole restartdns` your Pi-hole will not even try larger packet sizes (the default is 4096). Check out our [unbound guide](../guides/dns/unbound.md) for a comment about the particular value of `1232`. + After running `pihole restartdns` your Pi-hole will not even try larger packet sizes (the default is 4096). Check out our [unbound guide](../guides/dns/unbound.md) for a comment about the particular value of `1232` or reference [this comment](https://discourse.pi-hole.net/t/dnsmasq-warn-reducing-dns-packet-size/51803/31) regarding the various allowed packet sizes for the various upstream DNS servers. !!! warning "Ignoring query from non-local network"