BanMan::Unban

Unban overloads

Synopses

Declared in <banman.h>

Removes a ban on an address.

[[requires_capability(0x7fbc973b3af8)]]
bool
Unban(CNetAddr const& net_addr);
» more...

Removes a ban on a subnet.

[[requires_capability(0x7fbc973b3c38)]]
bool
Unban(CSubNet const& sub_net);
» more...

Return Value

true if a matching ban was found and removed.

Parameters

NameDescription
net_addrThe address to unban.
sub_netThe subnet to unban.