Plugins limit and whitelist

Hello community,

Server : Debian 12

Bunkerweb : 1.6.4 (linux package install)

I use the Limit plugin to access the various hosted services (180 http services) on my VM.

This is the configuration on Global Config, dispatch on all services :


Activate limit requests : disable

Activate limit connections : enable

Maximum number of HTTP/1.X connections : 10

Maximum number of HTTP/2 streams : 200

Maximum number of HTTP/3 streams : 200

Maximum number of stream connections : 10

Limit request URL : /

Limit request Rate : 2r/s


All the config is ok for me for that plugin.

But I have 2 monitoring server which there IP address are in Whitelist plugin on field Whitelist IP/network.

And my monitoring servers regurlarly receive HTTP code 429.

Do you know, how can I full whitelist my IP servers to bypass limit plugin, please ?

Thanks in advance.

Regards,

Even if an IP is whitelisted in BunkerWeb, the NGINX connection limit (limit_conn directive) still applies, because this limit is enforced directly by NGINX and not by Lua or BunkerWeb plugins—so no whitelisted IP can bypass the connection cap.

Hi Theophile,

Thanks for your reply.