openmptcprouter
openmptcprouter copied to clipboard
Turn off Rate Limiting on piHole
Is your enhancement proposal related to a problem? Please describe.
I am being instantely rate limited because to piHole on the VPS my whole network is 1 single client. Describe the solution you'd like
setting "RATE_LIMIT=0/0" in /etc/pihole/pihole-FTL. conf Describe alternatives you've considered
No idea, its a very simple fix :D Additional context
This was also an issue with a pihole server on the lan. The OMR Router was being rate limited.
I am having a similar error message. How do you (and should I) turn off rate limiting? Here is the message I get in the GUI:
I would need step by step instructions as I am not a programmer by any means.
I am having a similar error message. How do you (and should I) turn off rate limiting? Here is the message I get in the GUI:
I would need step by step instructions as I am not a programmer by any means.
I'm having the same problem
As indicated, add "RATE_LIMIT=0/0" in /etc/pihole/pihole-FTL.conf or in /etc/pihole/setupVars.conf and restart it via systemctl restart pihole-FTL
This will be the default in next release.
noice! thank you guys <3