UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.

7 lines (6 loc) 363 B
/** * Calling this function will setup rate limiting and user blocking for the provided Restify server. * Attacks will still be blocked by Zen if you do not call this function. * Execute this function as early as possible in your Restify server, but after the middleware that sets the user. */ export declare function addRestifyMiddleware(server: any): void;