Ban overloads
Synopses
Declared in <banman.h>
Bans an address, rejecting all connections with it.
Bans a subnet, rejecting all connections within its range.
Parameters
Name |
Description |
net_addr |
The address to ban. |
ban_time_offset |
Ban duration offset in seconds; 0 uses the default. |
since_unix_epoch |
If true, ban_time_offset is an absolute unix timestamp. |
sub_net |
The subnet to ban. |
Created with MrDocs