0.2.0 • Published 7 years ago

naughtydogs v0.2.0

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

naughtyDogs

An Express middleware for catching unwanted request with IP blacklisting.

Install

npm install [--save] naughtydogs

OR

npm install [--save] https://github.com/owintwist/naughtyDogs

Usage

var naughtyDogs = require('naughtydogs')

/// Use Custom DNSBL (optional, default 'sbl.spamhaus.org')
app.set('dnsbl','dnsbl.dronebl.org')

app.use(naughtyDogs)
0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago