Skip to content

Go tool to print info from the given CIDR like the ranges

Notifications You must be signed in to change notification settings

wiztools/cidrinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIDR Info

Command line tool for printing the CIDR information. Example:

$ cidrinfo 10.128.0.0/9

Network:     10.128.0.0/9
Netmask:     255.128.0.0
CIDR Range:  10.128.0.0  <-to->  10.255.255.255
Count:       8,388,608
Type:        is-private

Install

Mac users can use homebrew:

brew install wiztools/repo/cidrinfo

Go users:

go install github.com/wiztools/cidrinfo

About

Go tool to print info from the given CIDR like the ranges

Resources

Stars

Watchers

Forks

Packages

No packages published