You can either whitelist the IP addresses of the proxies (this may not be possible if there are many or they change frequently) or you could implement the connection limiting in TrafficScript:If there is no X-Forwarded-For header in the request, then rate-limit transactions on a per-client-IP basisI hope that this will help you to achieve what you desireOwen