2个稳定版本
2024.3.22 | 2024年3月21日 |
---|
#8 在 #cidr
每月 24次下载
8KB
135 行
cidrrr
与cidrr功能相同,但多了一个 r
:D
使检查IPv4和IPv6 CIDR块变得容易一些 :)
安装
cargo install cidrrr
用法
# shows the first and last IP of the block
cidrrr 10.105.4.0/24
10.105.4.1
10.105.4.254
# shows all IPs of the block as a JSON array
# running the tool without "--danger-zone" will yield at most "1.048.576" addresses
cidrrr --all --output json 10.105.4.0/24
["10.105.4.1", "10.105.4.2", "10.105.4.3", ..., "10.105.4.253", "10.105.4.254"]
依赖项
~1.4–2.1MB
~41K SLoC