Router cause "Rate Limit" Warning

Your new router may be routing DNS queries through itself. If this is the case, all your DNS queries to Pi-hole will appear to originate from the router, and this can drive a rate limit to be exceeded.

You can check and see which IP's on your LAN are making the most queries:

echo ">top-clients withzero (15) >quit" | nc localhost 4711

You can also change your rate limit if needed.

https://docs.pi-hole.net/ftldns/configfile/#rate_limit

1 Like