Sorry, I am new to this so don't have much info but running into a Client Rate-Limit issue.
Expected Behaviour:
RPI4 B
Actual Behaviour:
Some things do not load or take a very long time
Sorry, I am new to this so don't have much info but running into a Client Rate-Limit issue.
RPI4 B
Some things do not load or take a very long time
the link below might help to explain what the rate limit is and the recommended setting by one of the mod on this forum. I had this on my favorite when I first got the same rate limit warning. Rate Limitinng causing an issue : pihole (reddit.com)
Good Luck
Tried to change the Rate Limit to the file by adding the line "RATE_LIMIT=0/0" but when I try to save, it says "Permission Denied".
I think you can only modify using root access. Be careful the mod not recommending 0/0, but to ....
"This disables the rate limit, which may not be what you want. Look in the dashboard query graph and find the max query rate in any 10 minute interval in the past 24 hours. Select a value a bit higher than that over 10 minutes. That will allow your router to push the traffic volume while still having rate protection.
Say it's 4,000 queries in any ten minute interval. Set the rate limit at 4500/600"
Edit the Pi-hole config file with an editor as follows:
sudo nano /etc/pihole/pihole-FTL.conf
Add the following line to the file, then save and exit.
RATE_LIMIT=4500/600
or change the limit to your choice (I would avoid 0/0).
Then restart FTL with the following:
pihole restartdns
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.