is_bogon_ip

Function is_bogon_ip 

Source
pub fn is_bogon_ip(ip: IpAddr) -> bool
Expand description

Checks if the given IP address is a bogon address.

A bogon address is an IP address that should not appear on the public Internet. This includes private addresses, loopback addresses, and link-local addresses.