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