Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cgboal/Decant
Expand CIDR ranges to IPv4 addresses
https://github.com/Cgboal/Decant
Last synced: 3 months ago
JSON representation
Expand CIDR ranges to IPv4 addresses
- Host: GitHub
- URL: https://github.com/Cgboal/Decant
- Owner: Cgboal
- License: mit
- Created: 2020-10-07T08:51:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T07:37:04.000Z (over 2 years ago)
- Last Synced: 2024-06-19T02:59:56.768Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - Cgboal/Decant - Expand CIDR ranges to IPv4 addresses (Go)
README
# Decant
Decant can be used to expand CIDR ranges into a list of IP addresses easily. For example:
```
$ echo 192.168.0.0/24 | decant
```You can also supply a list of ranges by cating a file into decant.
## Installation
```
go get github.com/cgboal/decant
```