Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

###Synopsis

This module provide a method to tackle with network attacks.
eg , you could set the LIMIT number of connections a client/ip could hold
when it reaches to this limit , just close the socket...

###Usage

After you create a tcp/http server :

  var MAX_CONN_PER_IP = 10;
  var doFilter = require('./server_filter').fn;
  doFilter(server, MAX_CONN_PER_IP);

About

A server filter to tackle with network attacks

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages