SUFFIX_SERVER_LIST

Static SUFFIX_SERVER_LIST 

Source
pub static SUFFIX_SERVER_LIST: OrderedMap<&str, Option<&str>>
Expand description

Domain suffix to WHOIS server mapping.

Keys are domain name suffixes; values are Some(server_name) if there is a working server, None otherwise.

Built from whois(1) by Marco d’Itri and modified; notably, tags and Web WHOIS URLs are discarded. see code of the private build-data crate for details.