firehol / iprange

manage IP ranges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

manage IP ranges

License:Other


Languages

Language:C 71.0%Language:Shell 14.0%Language:M4 13.3%Language:Makefile 1.2%Language:CMake 0.5%