1.0.2 • Published 2 years ago

@wallids/waf v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

What is Wallids WAF

Wallids is a permanently evolving and cloud empowered AI network, built to protect your website from cyber attacks.

How can i use?

install Package

npm i @wallids/waf

import Wallids Library

const wallids = require('@wallids/waf')

Set Options

let wallidsInitial = { secretKey: "SECRET_KEY", // SECRET KEY useMonitoring: false, // IDS + IPS };

Use Middleware

app.use(wallids(wallidsInitial)) / express.use(wallids(wallidsInitial))

NPM