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

https://github.com/lifenjoiner/iprefix

iprefix is a golang package/tool to expand CIDR or IP range to string IP prefix patterns.
https://github.com/lifenjoiner/iprefix

cidr ip-prefix ip-range

Last synced: 9 months ago
JSON representation

iprefix is a golang package/tool to expand CIDR or IP range to string IP prefix patterns.

Awesome Lists containing this project

README

          

`iprefix` is a golang package/tool to expand CIDR or IP range to string IP prefix patterns.

## Usage and Demo

[cli](./cli) demo.

Enter cli dir in CLI:
```
go build -ldflags="all=-s -w" -trimpath
./cli -h
```

## Homepage

https://github.com/lifenjoiner/iprefix