3.96. <AuthBy RATELIMIT>

AuthBy RATELIMIT allows to limit the maximum number of requests per second that will be served. When the rate is exceeded, the requests will be ignored by default.

3.96.1. MaxRate

Number of requests per second that will be accepted. Defaults to 0 which means no limit.

3.96.2. MaxRateResult

Result to use when MaxRate is exceeded. Possible values are ACCEPT, REJECT, IGNORE and CHALLENGE. Defaults to IGNORE.