• Stars
    star
    195
  • Rank 199,374 (Top 4 %)
  • Language
    C
  • License
    Other
  • Created almost 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

manage IP ranges

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