Server API

Tamper

Passive exploit detection layer. Tamper observes the request pipeline and accumulates strikes against players who show suspicious behaviour. It never blocks requests itself — blocking is done by the rate limiter and middleware. Tamper is a singleton.

Import local Tamper = RoExpress.Tamper

See also

Request Pipeline | where version check fits in the pipeline  ·  App Middleware | block requests with 403  ·  TokenBucket | rate limiting (429)  ·  Tamper Guide | combining middleware with Tamper