How to increase maximum number of concurrent DNS queries

Im getting this "Maximum number of concurrent DNS queries reached" warning. Im not the most tech savvy person so I was just looking for help changing the max number of DNS queries

debug token: https://tricorder.pi-hole.net/xdV1b3So/

You are running an open resolver. Your Pi-hole is exposed to the internet via port 53.

Close port 53 immediately.

   Jan 24 05:15:38 dnsmasq[12943]: forwarded peacecorps.gov to 1.1.1.1
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 104.7.215.14
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 75.135.1.15
   Jan 24 05:15:38 dnsmasq[12943]: reply error is not implemented
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 75.135.1.15
   Jan 24 05:15:38 dnsmasq[12943]: forwarded peacecorps.gov to 1.1.1.1
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 24.70.148.48
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 104.7.215.14
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 75.135.1.15
   Jan 24 05:15:38 dnsmasq[12943]: reply error is not implemented
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 76.105.84.72
   Jan 24 05:15:38 dnsmasq[12943]: forwarded peacecorps.gov to 1.1.1.1
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 104.7.215.14
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 104.7.215.14
   Jan 24 05:15:38 dnsmasq[12943]: reply error is not implemented
   Jan 24 05:15:38 dnsmasq[12943]: query[ANY] peacecorps.gov from 76.105.84.72

Ok I closed the port, is there anything else I should be doing? or should that fix my issue?

Your Pi-hole has likely been part of a DNS amplification attack. Bots have been sending a ton ANY requests to your Pi-hole. The flood should stop now and no new warnings should not appear.

thanks for the help you guys, I appreciate it :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.