/cidr-calculator

Calculates the IP addresses inside of a given CIDR range (IPv4 only currently)

Primary LanguageRust

cidr-calculator

Small CLI tool to expand an ipv4 network into the usable address space (IPv4 only currently)

build

cargo build

run

cargo run -- --range [IP-Range]