DavidCai1111 / cidr-cli

:wheel_of_dharma: A tiny cli tool to get useful IP address information from a CIDR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cidr-cli

Build Status

A tiny cli tool to get useful IP address information from a CIDR.

Installation

go get -u -v github.com/DavidCai1993/cidr-cli

Usage

cidr-cli 192.168.23.35/21
// output:
// {"IPAvailable":2046,"netID":"192.168.16.0","mask":"fffff800"}

About

:wheel_of_dharma: A tiny cli tool to get useful IP address information from a CIDR

License:MIT License


Languages

Language:Go 81.8%Language:Makefile 9.1%Language:AMPL 9.0%