0.4.0 • Published 10 years ago

filter-by-ip-file v0.4.0

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

Filter by IP

File configuration for 'filter-by-ip'

Installation

first:

npm install filter-by-ip

then:

npm install filter-by-ip-file

Usage

require('http').createServer(
    require('connect')()
        .use(require('filter-by-ip')('filter-by-ip-file'))
        .use(function(req, res){
            res.end('hello world\n');
        })
).listen(3000);

More Information

See Config

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago