Skip to content

firehol/iprange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iprange - manage IP ranges

Getting help

iprange --help 2>&1 | more

Installation from tar-file

./configure && make && make install

Installation from git

./autogen.sh
./configure && make && make install

When working with git, copy the hooks to the cloned folder:

cp hooks/* .git/hooks