PiHole added rate-limiting for DNS queries to a very low 1000 queries per minute and enabled it by default even when updating an existing installation. To change the rate limit (or turn it off), edit /etc/pihole/pihole-FTL.conf and add/edit the line:
RATE_LIMIT=0/0
The format is [# of queries]/[seconds] so to set a limit of 1000 queries per hour would be 1000/3600.
No comments:
Post a Comment