fire-scope 0.1.2

CLI application to retrieve the latest address allocation file provided by the RIR and output the IPv4/v6 address blocks corresponding to the specified country code in a text file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod asn;
pub mod cli;
pub mod commands;
pub mod common;
pub mod constants;
pub mod fetch;
pub mod ipv4_utils;
pub mod output;
pub mod output_common;
pub mod overlap;
pub mod parse;
pub mod process;
pub mod rir_download;