Function reth_net_banlist::is_global

source ยท
pub const fn is_global(ip: &IpAddr) -> bool
Expand description

Determines whether or not the IP is globally routable. Should be replaced with IpAddr::is_global once it is stable.