Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 421 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 421 Bytes

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