netmask

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2022 License: BSD-2-Clause Imports: 4 Imported by: 0

README

netmask

A very simple utility to work with CIDR ranges; it can list all IP addresses in a range or check if an address is part of a range.

Usage

To list all addresses in a range:

netmask 192.168.0.0/24

To check if an address is part of a range:

netmask 192.168.0.0/24 192.168.0.1

The exit code will be 0 if the address is part of the range and 1 if it isn't.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL