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.
- Host: GitHub
- URL: https://github.com/lifenjoiner/iprefix
- Owner: lifenjoiner
- License: mit
- Created: 2023-10-19T14:43:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T07:45:23.000Z (about 2 years ago)
- Last Synced: 2025-02-12T19:51:19.337Z (11 months ago)
- Topics: cidr, ip-prefix, ip-range
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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