Expand description
Support for banning peers.
Structs§
- BanList
- Stores peers that should be taken out of circulation either indefinitely or until a certain timestamp
- IpFilter
- IP filter for restricting network communication to specific IP ranges using CIDR notation.
Functions§
- is_
global - Determines whether or not the IP is globally routable.
Should be replaced with
IpAddr::is_globalonce it is stable.