fire-scope 0.1.1

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
pub mod asn;
pub mod common;
pub mod fetch;
pub mod output;
pub mod overlap;
pub mod parse;
pub mod parse_ipv4;
pub mod process;