Removes a ban on an address.
Synopsis
Declared in <banman.h>
[[requires_capability(0x7f2e3ae94f48)]]
bool
Unban(CNetAddr const& net_addr);
Return Value
true if a matching ban was found and removed.
Parameters
Name |
Description |
net_addr |
The address to unban. |
Created with MrDocs