Unban overloads
Declared in <banman.h>
Removes a ban on an address.
[[requires_capability(0x7f2e3ae94f48)]]
bool
Unban(CNetAddr const& net_addr);
» more...
Removes a ban on a subnet.
[[requires_capability(0x7f2e3ae95088)]]
bool
Unban(CSubNet const& sub_net);
» more...
true if a matching ban was found and removed.
| Name | Description |
|---|---|
| net_addr | The address to unban. |
| sub_net | The subnet to unban. |