Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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