Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firehol/iprange

manage IP ranges
https://github.com/firehol/iprange

Last synced: 6 days ago
JSON representation

manage IP ranges

Awesome Lists containing this project

README

        

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
~~~~