Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhutter/cidr
CLI tool to quickly calculate the IP range of a CIDR subnet
https://github.com/mhutter/cidr
cidr cli golang network
Last synced: about 1 month ago
JSON representation
CLI tool to quickly calculate the IP range of a CIDR subnet
- Host: GitHub
- URL: https://github.com/mhutter/cidr
- Owner: mhutter
- License: mit
- Created: 2019-12-16T14:25:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T14:29:27.000Z (4 months ago)
- Last Synced: 2024-08-14T11:03:16.816Z (4 months ago)
- Topics: cidr, cli, golang, network
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= cidr
CLI tool to quickly calculate the net and broadcast IP of an IP in CIDR notation.
== Usage
$ cidr 192.0.2.33/25
192.0.2.0 - 192.0.2.127== License
MIT (see link:LICENSE[LICENSE])
---
> https://hutter.io/[Manuel Hutter] -
> GitHub https://github.com/mhutter[@mhutter] -
> Twitter https://twitter.com/dratir[@dratir]