Skip to content

sam-caldwell/listIps

Repository files navigation

listIps

Description

List the IP addresses in a given subnet

Usage

$ go run cmd/main.go -cidr 192.168.1.0/29
127.0.0.0
127.0.0.1
127.0.0.2
127.0.0.3
127.0.0.4
127.0.0.5
127.0.0.6
127.0.0.7

About

List the IP addresses in a given subnet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages