A script to reduce a list of CIDRs
Feed this script a list of CIDRs, and it will return a sorted list, with adjacent CIDRs reduced. For example: 1.2.2.0/24 1.2.3.0/24 => 1.2.2.0/23 It’s also [...]
Copyright © 2023 | MH Corporate basic by MH Themes