Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firehol/iprange
manage IP ranges
https://github.com/firehol/iprange
Last synced: 6 days ago
JSON representation
manage IP ranges
- Host: GitHub
- URL: https://github.com/firehol/iprange
- Owner: firehol
- License: other
- Created: 2015-11-15T14:43:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T14:44:34.000Z (about 4 years ago)
- Last Synced: 2025-01-02T12:08:34.324Z (13 days ago)
- Language: C
- Size: 131 KB
- Stars: 199
- Watchers: 22
- Forks: 50
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - A very fast command line utility for processing IP lists (merge, compare, exclude, etc). (Applications / Security)
- Awesome-Linux-Software - ![Open-Source Software - A very fast command line utility for processing IP lists (merge, compare, exclude, etc). (Applications / Security)
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
~~~~