1.0.9 • Published 5 years ago

ipcarefully v1.0.9

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

IP Carefully

Greenkeeper badge

Creates HTTP or HTTPS agents for node.js that can filter based on IP. Accepts whitelists or blacklists.

const Https = require(https);
const IPCarefully = require('ipcarefully');
const agent = IPCarefully.https({ type: 'blacklist', iplist: ['127.0.0.1'], agent: { maxSockets: 5 });


Https.request({host: 'localhost', agent }); //Socket will error out before connecting
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago