0.0.2 • Published 7 years ago

bs-ddos v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Blockstarter's DDOS Protection

Install

npm i bs-ddos

Use

require! {
    \express
    \ddos
}

app = express!

app.use ddos { static: 1000, api: 1000, ban: 10 * 1000 }


app.listen 80

Params

  • api - limit requests in ms for /api/... requests
  • static - limit requests in ms for all other requests
  • ban - ban user in ms when he was rejected 4 times