whitelistip
Version:
Whitelist middleware for express routing function. When present it allows request comming from the whitelisted IPs only. A 403 Forbidden error is sent to all other IP addresses.
29 lines (28 loc) • 792 B
JSON
{
"name": "whitelistip",
"version": "1.0.2",
"description": "Whitelist middleware for express routing function. When present it allows request comming from the whitelisted IPs only. A 403 Forbidden error is sent to all other IP addresses.",
"main": "lib/whitelistIP.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://josephmallah@bitbucket.org/josephmallah/whitelistip.git"
},
"keywords": [
"Whitelist",
"IP filtering",
"address",
"Express"
],
"author": "Joseph El Mallah <joseph.elmallah@gmail.com> (http://josephmallah.com)",
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0"
},
"bugs": "https://bitbucket.org/josephmallah/whitelistip/issues/"
}